ecore-native: fix configure options to make it build on systems without EFL headers
authorMichael Lauer <mickey@vanille-media.de>
Thu, 12 Jul 2007 11:11:22 +0000 (11:11 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 12 Jul 2007 11:11:22 +0000 (11:11 +0000)
Thanks Koen for spotting and insisting something was wrong ;)

packages/efl1/ecore-native_0.9.9.038.bb

index 7b3212d..8026adb 100644 (file)
@@ -1,11 +1,12 @@
 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 \