mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-20 06:47:19 -04:00
render/color: introduce wlr_color_transform
This commit is contained in:
parent
8488430faa
commit
451327d6b4
7 changed files with 148 additions and 0 deletions
|
|
@ -38,3 +38,9 @@ endif
|
|||
subdir('pixman')
|
||||
|
||||
subdir('allocator')
|
||||
|
||||
lcms2 = dependency('lcms2', required: get_option('color-management'))
|
||||
if lcms2.found()
|
||||
wlr_deps += lcms2
|
||||
wlr_files += files('color.c')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue