commit:     e4f7d2ffe2dbcd3ff93e8ed3ef7570f1016aa52e
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 21 21:46:23 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 05:21:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4f7d2ff

gnome-extra/cinnamon: correct USE dependency on gtk

Actually, it doesn't use gtk's gdk-wayland backend at all, not even
optionally, so the dependencies are effectively runtime-only. On the
other hand, it does use the X11 one! Make sure that it correctly
requires gtk+[X] when built for X11 -- which is always, as it currently
doesn't support the wayland backend in that bit of code at all. Hence
wayland support being masked at the moment. So we simply don't worry
about that at all for now. :)

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 gnome-extra/cinnamon/cinnamon-6.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild 
b/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild
index e518322c4ef2..58feebb49cfe 100644
--- a/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild
+++ b/gnome-extra/cinnamon/cinnamon-6.2.9.ebuild
@@ -32,7 +32,7 @@ DEPEND="
        virtual/opengl
        x11-libs/cairo
        x11-libs/gdk-pixbuf:2[introspection]
-       >=x11-libs/gtk+-3.12.0:3[introspection,wayland?]
+       >=x11-libs/gtk+-3.12.0:3[introspection,wayland?,X]
        >=x11-libs/libnotify-0.7.3:0=[introspection]
        x11-libs/libX11
        >=x11-libs/libXfixes-5.0

Reply via email to