render/cm: add ICC profile pipeline (#12711)

Adds an ICC profile pipeline, loading via config and applying via 3D LUTs.
This commit is contained in:
Vaxry 2026-03-04 19:50:28 +00:00 committed by GitHub
parent 8271cfc97b
commit 10754745a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 984 additions and 373 deletions

View file

@ -266,7 +266,8 @@ pkg_check_modules(
gbm
gio-2.0
re2
muparser)
muparser
lcms2)
find_package(hyprwayland-scanner 0.3.10 REQUIRED)