x11-libs/wxGTK: Update dependencies
authorRyan Hill <rhill@gentoo.org>
Tue, 9 Feb 2016 04:06:19 +0000 (22:06 -0600)
committerRyan Hill <rhill@gentoo.org>
Thu, 14 Apr 2016 02:28:45 +0000 (20:28 -0600)
Also remove xpm configure option that is only relevant for wxX11.

Package-Manager: portage-2.2.27

x11-libs/wxGTK/wxGTK-3.0.2.0-r300.ebuild

index 6b73ea0fe9ec4abcb3071b020543ea12308a5d9c..2d3eab3e870778f12f9dd4aa97ae3ac50fd386fb 100644 (file)
@@ -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)