diff options
Diffstat (limited to 'x11-libs/ecore')
-rw-r--r-- | x11-libs/ecore/ecore-1.0.0.20031129_pre4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/ecore/ecore-1.0.0.20031129_pre4.ebuild b/x11-libs/ecore/ecore-1.0.0.20031129_pre4.ebuild index 243129455f86..2050abddd9cf 100644 --- a/x11-libs/ecore/ecore-1.0.0.20031129_pre4.ebuild +++ b/x11-libs/ecore/ecore-1.0.0.20031129_pre4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ecore-1.0.0.20031129_pre4.ebuild,v 1.1 2003/11/30 00:44:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ecore-1.0.0.20031129_pre4.ebuild,v 1.2 2003/12/02 21:25:08 vapier Exp $ inherit enlightenment flag-o-matic DESCRIPTION="core event abstraction layer and X abstraction layer (nice convenience library)" HOMEPAGE="http://www.enlightenment.org/pages/ecore.html" -IUSE="${IUSE} opengl fbcon" +IUSE="${IUSE} opengl fbcon X" DEPEND="${DEPEND} >=x11-libs/evas-1.0.0.20031013_pre12 @@ -18,7 +18,7 @@ src_compile() { use alpha && append-flags -fPIC # X and fb have to be enabled otherwise it fails right now ;) export MY_ECONF=" - --enable-ecore-x \ + `use_enable X ecore-x` \ --enable-ecore-job \ `use_enable fbcon enable-ecore-fb` \ --enable-ecore-evas \ |