diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-27 07:10:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-27 07:10:16 +0000 |
commit | 9f80a9a00482a74cb57c35dce7268319dd3a7b6b (patch) | |
tree | 21c0e0f7ee292444544e7e289b9692954f562e8c /ecore | |
parent | b2d4aa53896eba39c93d756080b202b5a718186a (diff) |
Remove unnecessary inherit of pkgconfig in ecore.
BKrev: 40b59458rsnW6hMyPeoEw_o2uySZZQ
Diffstat (limited to 'ecore')
-rw-r--r-- | ecore/ecore_cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecore/ecore_cvs.oe b/ecore/ecore_cvs.oe index d14bff9273..ce1072d700 100644 --- a/ecore/ecore_cvs.oe +++ b/ecore/ecore_cvs.oe @@ -10,7 +10,7 @@ DEPENDS = "edb eet evas freetype edb-native" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/ecore;date=${CVSDATE}" S = "${WORKDIR}/ecore" -inherit autotools pkgconfig +inherit autotools export EDB_CONFIG = "${STAGING_BINDIR}/edb-config" export EET_CONFIG = "${STAGING_BINDIR}/eet-config" |