diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-01-23 11:13:19 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-23 11:17:59 -0800 |
commit | 160cd68a1e66d8a0586f53a293a421e66c1010d5 (patch) | |
tree | fc5f6d4be403701562aa94fa1c70e100be024ca8 /media-video | |
parent | media-video/ffmpeg: Drop IUSE=xcb (diff) | |
download | gentoo-160cd68a1e66d8a0586f53a293a421e66c1010d5.tar.gz gentoo-160cd68a1e66d8a0586f53a293a421e66c1010d5.tar.bz2 gentoo-160cd68a1e66d8a0586f53a293a421e66c1010d5.zip |
media-video/gxine: Drop IUSE=xcb
Closes: https://bugs.gentoo.org/705442
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/gxine/gxine-0.5.909.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-video/gxine/gxine-0.5.909.ebuild b/media-video/gxine/gxine-0.5.909.ebuild index 6dbccad0720b..9619bbb4e5bd 100644 --- a/media-video/gxine/gxine-0.5.909.ebuild +++ b/media-video/gxine/gxine-0.5.909.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/xine/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="l10n_cs l10n_de lirc nls nsplugin udev +xcb xinerama" +IUSE="l10n_cs l10n_de lirc nls nsplugin udev xinerama" COMMON_DEPEND=">=media-libs/xine-lib-1.1.20[gtk] x11-libs/gtk+:2 @@ -20,13 +20,13 @@ COMMON_DEPEND=">=media-libs/xine-lib-1.1.20[gtk] x11-libs/libX11 x11-libs/libXext x11-libs/libXrender + x11-libs/libxcb lirc? ( app-misc/lirc ) nls? ( virtual/libintl ) nsplugin? ( dev-libs/nspr x11-libs/libXaw x11-libs/libXt ) udev? ( dev-libs/libgudev:= ) - xcb? ( x11-libs/libxcb ) xinerama? ( x11-libs/libXinerama )" DEPEND="${COMMON_DEPEND} virtual/pkgconfig @@ -48,7 +48,7 @@ src_configure() { $(use_enable nls) \ $(use_enable lirc) \ --enable-watchdog \ - $(use_with xcb) \ + --with-xcb \ $(has_version '<dev-lang/spidermonkey-1.8.5' && echo --with-spidermonkey=/usr/include/js) \ $(use_with nsplugin browser-plugin) \ $(use_with udev gudev) \ |