[oe-commits] org.oe.dev ecore-native: fix configure options to make it build on systems without EFL headers

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Jul 13 10:54:16 UTC 2007


ecore-native: fix configure options to make it build on systems without EFL headers
Thanks Koen for spotting and insisting something was wrong ;)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: c1286096ff5c06af943961004df6e2d4107937ea
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c1286096ff5c06af943961004df6e2d4107937ea
Files:
1
packages/efl1/ecore-native_0.9.9.038.bb
Diffs:

#
# mt diff -r9bc06506f2697dad90e16126e7fc4c829b6420dd -rc1286096ff5c06af943961004df6e2d4107937ea
#
# 
# 
# patch "packages/efl1/ecore-native_0.9.9.038.bb"
#  from [a6c082e1855fe38962b17d575b31619fd89ddc28]
#    to [17a8335856faa8d9c108f59dd7ce54f1db34ec00]
# 
============================================================
--- packages/efl1/ecore-native_0.9.9.038.bb	a6c082e1855fe38962b17d575b31619fd89ddc28
+++ packages/efl1/ecore-native_0.9.9.038.bb	17a8335856faa8d9c108f59dd7ce54f1db34ec00
@@ -1,11 +1,12 @@ DEPENDS = "eet-native evas-native"
 require ecore.inc
 inherit native
 DEPENDS = "eet-native evas-native"
+PR = "r1"
 
 EXTRA_OECONF = "\
                 --enable-ecore-txt \
                 --disable-ecore-x-xcb \
-                --enable-ecore-x \
+                --disable-ecore-x \
                 --enable-ecore-job \
                 --enable-ecore-directfb \
                 --enable-ecore-fb \






More information about the Openembedded-commits mailing list