mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-26 06:46:56 -04:00
color management
This commit is contained in:
parent
842df2bd6c
commit
10bf68b928
13 changed files with 401 additions and 59 deletions
|
|
@ -107,6 +107,7 @@ libinput = dependency('libinput', version: '>=1.9.0')
|
|||
xkbcommon = dependency('xkbcommon')
|
||||
udev = dependency('libudev')
|
||||
pixman = dependency('pixman-1')
|
||||
lcms2 = dependency('lcms2')
|
||||
math = cc.find_library('m')
|
||||
rt = cc.find_library('rt')
|
||||
|
||||
|
|
@ -128,6 +129,7 @@ wlr_deps = [
|
|||
xkbcommon,
|
||||
udev,
|
||||
pixman,
|
||||
lcms2,
|
||||
math,
|
||||
rt,
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue