diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-01 18:33:35 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-02 00:57:18 +0200 |
commit | 380547fd5460bdb051b6d54a8b15c8d1e5d01cf4 (patch) | |
tree | 6dce769a3b6fa40111c934bad12d267aa5f87d76 /x11-misc | |
parent | kde-plasma/powerdevil: Fix build with app-misc/ddcutil-0.9.9 (diff) | |
download | gentoo-380547fd5460bdb051b6d54a8b15c8d1e5d01cf4.tar.gz gentoo-380547fd5460bdb051b6d54a8b15c8d1e5d01cf4.tar.bz2 gentoo-380547fd5460bdb051b6d54a8b15c8d1e5d01cf4.zip |
x11-misc/appmenu-gtk-module: Add missing dev-libs/wayland DEPEND
Closes: https://bugs.gentoo.org/734034
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild index 910fc6a8a1ea..ce784a6457b5 100644 --- a/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild +++ b/x11-misc/appmenu-gtk-module/appmenu-gtk-module-0.7.3.ebuild @@ -14,12 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" -DEPEND=" +RDEPEND=" dev-libs/glib[dbus] >=x11-libs/gtk+-2.24.0:2 >=x11-libs/gtk+-3.22.0:3 " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + dev-libs/wayland +" src_prepare() { cmake_src_prepare |