mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
gnome-extra/cinnamon-session: enforce binary dependency on gtk x11 backend
``` * QA Notice: binaries depend on Gtk's x11-specific ABI without USE dep: * * /usr/libexec/cinnamon-session-check-accelerated ``` Unconditional includes, makes sense since cinnamon only supports X anyway. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -24,7 +24,7 @@ COMMON_DEPEND="
|
||||
virtual/opengl
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
>=x11-libs/gtk+-3:3[introspection]
|
||||
>=x11-libs/gtk+-3:3[introspection,X]
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
@@ -24,7 +24,7 @@ COMMON_DEPEND="
|
||||
virtual/opengl
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf:2
|
||||
>=x11-libs/gtk+-3:3[introspection]
|
||||
>=x11-libs/gtk+-3:3[introspection,X]
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM
|
||||
x11-libs/libX11
|
||||
Reference in New Issue
Block a user