diff options
author | Alfred Wingate <parona@protonmail.com> | 2023-12-31 15:17:40 +0200 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-01-19 07:55:00 -0600 |
commit | 087b596e59c746c9f6d98284ba1ba43f1e138fce (patch) | |
tree | 97903ceb4bd7217728affc02e35ebdd3865b94e2 /gui-apps | |
parent | gui-libs/wf-config: add gcc-14 fix (diff) | |
download | gentoo-087b596e59c746c9f6d98284ba1ba43f1e138fce.tar.gz gentoo-087b596e59c746c9f6d98284ba1ba43f1e138fce.tar.bz2 gentoo-087b596e59c746c9f6d98284ba1ba43f1e138fce.zip |
gui-apps/wf-shell: require gtk3 use flag to be enabled in libdbusmenu
Closes: https://bugs.gentoo.org/921102
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34390
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild (renamed from gui-apps/wf-shell/wf-shell-0.8.0.ebuild) | 2 | ||||
-rw-r--r-- | gui-apps/wf-shell/wf-shell-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gui-apps/wf-shell/wf-shell-0.8.0.ebuild b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild index 1cfcb8cbb345..76d207ac4e25 100644 --- a/gui-apps/wf-shell/wf-shell-0.8.0.ebuild +++ b/gui-apps/wf-shell/wf-shell-0.8.0-r1.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" DEPEND=" dev-cpp/gtkmm:3.0[wayland] dev-libs/gobject-introspection - dev-libs/libdbusmenu + dev-libs/libdbusmenu[gtk3] >=gui-libs/gtk-layer-shell-0.6 dev-libs/wayland gui-libs/wf-config:${SLOT} diff --git a/gui-apps/wf-shell/wf-shell-9999.ebuild b/gui-apps/wf-shell/wf-shell-9999.ebuild index 1cfcb8cbb345..76d207ac4e25 100644 --- a/gui-apps/wf-shell/wf-shell-9999.ebuild +++ b/gui-apps/wf-shell/wf-shell-9999.ebuild @@ -27,7 +27,7 @@ RESTRICT="test" DEPEND=" dev-cpp/gtkmm:3.0[wayland] dev-libs/gobject-introspection - dev-libs/libdbusmenu + dev-libs/libdbusmenu[gtk3] >=gui-libs/gtk-layer-shell-0.6 dev-libs/wayland gui-libs/wf-config:${SLOT} |