aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/ecore/ecore-0.9.9.060.ebuild')
-rw-r--r--x11-libs/ecore/ecore-0.9.9.060.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-libs/ecore/ecore-0.9.9.060.ebuild b/x11-libs/ecore/ecore-0.9.9.060.ebuild
index 70044fe..07059c4 100644
--- a/x11-libs/ecore/ecore-0.9.9.060.ebuild
+++ b/x11-libs/ecore/ecore-0.9.9.060.ebuild
@@ -5,7 +5,7 @@
EAPI=2
E_SNAP_DATE="2009-04-22"
-inherit toolchain-funcs enlightenment
+inherit toolchain-funcs enlightenment libtool
DESCRIPTION="core event abstraction layer and X abstraction layer (nice convenience library)"
HOMEPAGE="http://enlightenment.org"
@@ -31,6 +31,11 @@ DEPEND="X? (
x11-proto/xproto
)"
+src_prepare() {
+ # Required for cross-compilation
+ elibtoolize
+}
+
src_configure() {
econf \
--enable-ecore-job \