diff options
Diffstat (limited to 'x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild')
-rw-r--r-- | x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild index 1cb4c572712e..50c9f9de50a6 100644 --- a/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild +++ b/x11-plugins/wmdrawer/wmdrawer-0.10.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" IUSE="" -RDEPEND="x11-libs/gtk+:2" +RDEPEND="x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:2" DEPEND="${RDEPEND} virtual/pkgconfig" |