From: Michael Lauer Date: Thu, 12 Jul 2007 11:11:22 +0000 (+0000) Subject: ecore-native: fix configure options to make it build on systems without EFL headers X-Git-Tag: Release-2010-05/1~8868^2~170^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60e2d42b95077363829155bbb094f882ab2afcd4;p=openembedded.git ecore-native: fix configure options to make it build on systems without EFL headers Thanks Koen for spotting and insisting something was wrong ;) --- diff --git a/packages/efl1/ecore-native_0.9.9.038.bb b/packages/efl1/ecore-native_0.9.9.038.bb index 7b3212dc1a..8026adb49c 100644 --- a/packages/efl1/ecore-native_0.9.9.038.bb +++ b/packages/efl1/ecore-native_0.9.9.038.bb @@ -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 \