diff options
author | 2009-07-24 12:02:47 +0000 | |
---|---|---|
committer | 2009-07-24 12:02:47 +0000 | |
commit | e4fb689cc138aa1f47a6bba36bf41bef5eba5fab (patch) | |
tree | 1fbdb736dd44106e8c272080b1da67c05d240334 /media-video/vlc/vlc-1.0.9999.ebuild | |
parent | Unmask spandsp newest version as it looks to work for packages working with p... (diff) | |
download | historical-e4fb689cc138aa1f47a6bba36bf41bef5eba5fab.tar.gz historical-e4fb689cc138aa1f47a6bba36bf41bef5eba5fab.tar.bz2 historical-e4fb689cc138aa1f47a6bba36bf41bef5eba5fab.zip |
Disable telx when zvbi is enabled.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-video/vlc/vlc-1.0.9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-1.0.9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-1.0.9999.ebuild b/media-video/vlc/vlc-1.0.9999.ebuild index 0fa35d9334df..437211af60ad 100644 --- a/media-video/vlc/vlc-1.0.9999.ebuild +++ b/media-video/vlc/vlc-1.0.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-1.0.9999.ebuild,v 1.18 2009/07/23 18:45:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.19 2009/07/24 12:02:47 aballier Exp $ EAPI="2" @@ -355,7 +355,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 \ |