summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-08-21 17:46:23 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-08-23 01:21:28 -0400
commite4f7d2ffe2dbcd3ff93e8ed3ef7570f1016aa52e (patch)
tree244cff1b92a98be5dee253ddaaa8011382c36ea1 /gnome-extra/cinnamon
parentgnome-extra/cinnamon: use a "more correct" xdg.eclass phase (diff)
downloadgentoo-e4f7d2ffe2dbcd3ff93e8ed3ef7570f1016aa52e.tar.gz
gentoo-e4f7d2ffe2dbcd3ff93e8ed3ef7570f1016aa52e.tar.bz2
gentoo-e4f7d2ffe2dbcd3ff93e8ed3ef7570f1016aa52e.zip
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@gentoo.org>
Diffstat (limited to 'gnome-extra/cinnamon')
-rw-r--r--gnome-extra/cinnamon/cinnamon-6.2.9.ebuild2
1 files changed, 1 insertions, 1 deletions
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