render/color: introduce wlr_color_transform

This commit is contained in:
Simon Ser 2022-10-26 14:45:07 +02:00
parent 8488430faa
commit 451327d6b4
7 changed files with 148 additions and 0 deletions

View file

@ -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