summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-07-24 12:02:47 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-07-24 12:02:47 +0000
commit448e3c3d6bf738a6a07f19f3a5e54d78a0ecc4ae (patch)
treed3b850761724bcc6c4ebffe30e5a7ae9b9dcc992 /media-video/vlc/vlc-9999.ebuild
parentUnmask spandsp newest version as it looks to work for packages working with p... (diff)
downloadgentoo-2-448e3c3d6bf738a6a07f19f3a5e54d78a0ecc4ae.tar.gz
gentoo-2-448e3c3d6bf738a6a07f19f3a5e54d78a0ecc4ae.tar.bz2
gentoo-2-448e3c3d6bf738a6a07f19f3a5e54d78a0ecc4ae.zip
Disable telx when zvbi is enabled.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r--media-video/vlc/vlc-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild
index 804766d5ffc7..625c12fdacc8 100644
--- a/media-video/vlc/vlc-9999.ebuild
+++ b/media-video/vlc/vlc-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.25 2009/07/23 18:45:17 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.26 2009/07/24 12:02:47 aballier Exp $
EAPI="2"
@@ -357,7 +357,7 @@ src_configure() {
$(use_enable xosd) \
$(use_enable xv xvideo) \
--disable-xvmc \
- $(use_enable zvbi) \
+ $(use_enable zvbi) $(use_enable !zvbi telx) \
--disable-snapshot \
--disable-growl \
--disable-optimizations \