diff options
Diffstat (limited to 'media-video/vlc/vlc-2.2.0.ebuild')
-rw-r--r-- | media-video/vlc/vlc-2.2.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-video/vlc/vlc-2.2.0.ebuild b/media-video/vlc/vlc-2.2.0.ebuild index 0181526c4cc3..899aac87479a 100644 --- a/media-video/vlc/vlc-2.2.0.ebuild +++ b/media-video/vlc/vlc-2.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v 1.12 2015/05/02 06:28:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.2.0.ebuild,v 1.13 2015/05/12 06:33:07 idella4 Exp $ EAPI="5" @@ -310,6 +310,8 @@ src_configure() { qt_flag="--enable-qt=4" elif use qt5 ; then qt_flag="--enable-qt=5" + elif ! use qt4 && ! use qt5; then + qt_flag="--disable-qt" fi econf \ |