summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2016-02-08 22:06:19 -0600
committerRyan Hill <rhill@gentoo.org>2016-04-13 20:28:45 -0600
commit37f8e14f75881f5db8b6a9af65aa7ba3c37f6874 (patch)
treeb04a5094dbff741eec25dd0a5456730afe0d83c0 /x11-libs
parentx11-libs/wxGTK: Add initial GTK+3 ebuild. (diff)
downloadgentoo-37f8e14f75881f5db8b6a9af65aa7ba3c37f6874.tar.gz
gentoo-37f8e14f75881f5db8b6a9af65aa7ba3c37f6874.tar.bz2
gentoo-37f8e14f75881f5db8b6a9af65aa7ba3c37f6874.zip
x11-libs/wxGTK: Update dependencies
Also remove xpm configure option that is only relevant for wxX11. Package-Manager: portage-2.2.27
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
index 6b73ea0fe9ec..2d3eab3e8707 100644
--- a/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
+++ b/x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild
@@ -32,9 +32,11 @@ RDEPEND="
media-libs/libpng:0=[${MULTILIB_USEDEP}]
sys-libs/zlib[${MULTILIB_USEDEP}]
virtual/jpeg:0[${MULTILIB_USEDEP}]
+ x11-libs/cairo[${MULTILIB_USEDEP}]
x11-libs/gtk+:3[${MULTILIB_USEDEP}]
x11-libs/gdk-pixbuf[${MULTILIB_USEDEP}]
x11-libs/libSM[${MULTILIB_USEDEP}]
+ x11-libs/libX11[${MULTILIB_USEDEP}]
x11-libs/libXxf86vm[${MULTILIB_USEDEP}]
x11-libs/pango[X,${MULTILIB_USEDEP}]
gstreamer? (
@@ -121,7 +123,6 @@ multilib_src_configure() {
--enable-gui
--with-gtk=3
--with-libpng=sys
- --with-libxpm=sys
--with-libjpeg=sys
--without-gnomevfs
$(use_enable gstreamer mediactrl)