commit:     b194e0e9d0a5d9eb6b83d101ca710fd0e9c457f0
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Thu Jun  6 18:14:26 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 05:34:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b194e0e9

gui-libs/wlroots: fix automagic of lcms

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 gui-libs/wlroots/wlroots-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gui-libs/wlroots/wlroots-9999.ebuild 
b/gui-libs/wlroots/wlroots-9999.ebuild
index 77c372411845..e2f9010afd44 100644
--- a/gui-libs/wlroots/wlroots-9999.ebuild
+++ b/gui-libs/wlroots/wlroots-9999.ebuild
@@ -19,7 +19,7 @@ else
 fi
 
 LICENSE="MIT"
-IUSE="liftoff +libinput +drm +session tinywl vulkan x11-backend xcb-errors X"
+IUSE="liftoff +libinput +drm +session tinywl lcms vulkan x11-backend 
xcb-errors X"
 REQUIRED_USE="
        drm? ( session )
        libinput? ( session )
@@ -41,6 +41,7 @@ DEPEND="
                sys-apps/hwdata
                liftoff? ( >=dev-libs/libliftoff-0.4 )
        )
+       lcms? ( media-libs/lcms:2 )
        libinput? ( >=dev-libs/libinput-1.14.0:= )
        session? (
                sys-auth/seatd:=
@@ -85,6 +86,7 @@ src_configure() {
                $(meson_feature X xwayland)
                -Dbackends=${meson_backends}
                $(meson_feature session)
+               $(meson_feature lcms color-management)
        )
 
        meson_src_configure

Reply via email to