diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-02-11 16:43:15 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-02-11 16:44:42 +0200 |
commit | a3b6828796c3f85be88e0e9426786a3c028c7d23 (patch) | |
tree | b46964b750d6431b141357d985103bc3c7e445a0 /x11-wm | |
parent | dev-python/pyside6-tools: migrate to llvm-r1.eclass (diff) | |
download | gentoo-a3b6828796c3f85be88e0e9426786a3c028c7d23.tar.gz gentoo-a3b6828796c3f85be88e0e9426786a3c028c7d23.tar.bz2 gentoo-a3b6828796c3f85be88e0e9426786a3c028c7d23.zip |
x11-wm/mutter: fix test dep to include gtk[wayland], don't RDEP on test deps
Closes: https://bugs.gentoo.org/922733
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/mutter-45.2-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/mutter/mutter-45.2-r1.ebuild b/x11-wm/mutter/mutter-45.2-r1.ebuild index 3f35e23cb7fc..4044d060c343 100644 --- a/x11-wm/mutter/mutter-45.2-r1.ebuild +++ b/x11-wm/mutter/mutter-45.2-r1.ebuild @@ -82,10 +82,6 @@ DEPEND=" >=x11-libs/startup-notification-0.7 screencast? ( >=media-video/pipewire-0.3.33:= ) introspection? ( >=dev-libs/gobject-introspection-1.54:= ) - test? ( - >=x11-libs/gtk+-3.19.8:3[X,introspection?] - gnome-extra/zenity - ) sysprof? ( >=dev-util/sysprof-capture-3.40.1:4 >=dev-util/sysprof-3.46.0 ) " # for now upstream has "have_x11 = true" in the meson.build, but sooner or later upstream is going to make X optional. @@ -117,6 +113,10 @@ RDEPEND="${DEPEND} DEPEND="${DEPEND} x11-base/xorg-proto sysprof? ( >=dev-util/sysprof-common-3.38.0 ) + test? ( + >=x11-libs/gtk+-3.19.8:3[X,introspection?,wayland] + gnome-extra/zenity + ) " BDEPEND=" dev-util/wayland-scanner |