4 Commits (993c4e2d051bfd56a5d4bfb98b18dc9104a70a81)

Author SHA1 Message Date
Alex Richardson cf8f189be2 Allow usage of lcms2 when compiling with Clang
Otherwise the build fails for me with the following error:
error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
Upstream does not appear willing to fix this issue, so we have to add a
define to avoid usage of this useless keyword.
See https://github.com/mm2/Little-CMS/issues/190 and
https://github.com/mm2/Little-CMS/issues/243.
2 years ago
Vlad Zahorodnii 810186222b cmake: Fix a typo in Findlcms2 4 years ago
Vlad Zahorodnii f04fa44f34 Fix license info in Findlcms2.cmake 4 years ago
Vlad Zahorodnii f037a69f1c Introduce colord integration
This change introduces basic colord integration in wayland session. It
is implemented as a binary plugin.

If an output is connected, the plugin will create the corresponding
colord device using the D-Bus API and start monitoring the device for
changes.

When a colord devices changes, the plugin will read the VCGT tag of the
current ICC color profile and apply it.
4 years ago