diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 17:28:39 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-08-20 17:28:39 +0000 |
commit | 2decb4559a8d343ef03cf160bf7393ba956bb9e1 (patch) | |
tree | 0b8cea5fc6515d81109693f6b96defde437a9ed4 /packages/efl1/evas.inc | |
parent | a2bded6ad1c199dfeef28e27407b7f3ec750db35 (diff) |
evas/ecore: reinstantiate configure patches - without them EFL picks up wrong CFLAGS/LIBS
Diffstat (limited to 'packages/efl1/evas.inc')
-rw-r--r-- | packages/efl1/evas.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/efl1/evas.inc b/packages/efl1/evas.inc index 28c883d895..e83dd11c4e 100644 --- a/packages/efl1/evas.inc +++ b/packages/efl1/evas.inc @@ -9,7 +9,7 @@ PV = "0.9.9+cvs${SRCDATE}" inherit efl_library -export FREETYPE_CONFIG = "${STAGING_BINDIR_CROSS}/freetype-config" +SRC_URI += "file://fix-configure.patch;patch=1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/evas" |