diff options
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1.0.2.ebuild')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1.0.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/xine-lib/xine-lib-1.0.2.ebuild b/media-libs/xine-lib/xine-lib-1.0.2.ebuild index 1bae5a36cbf1..f3752e08c934 100644 --- a/media-libs/xine-lib/xine-lib-1.0.2.ebuild +++ b/media-libs/xine-lib/xine-lib-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.0.2.ebuild,v 1.1 2005/07/26 21:26:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.0.2.ebuild,v 1.2 2005/08/13 17:02:57 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs libtool @@ -176,6 +176,7 @@ src_compile() { use ffmpeg && myconf="${myconf} --with-external-ffmpeg=/usr" econf \ + $(use_enable gnome) \ $(use_enable nls) \ $(use_enable ipv6) \ $(use_enable samba) \ |