diff options
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/ecore_svn.bb | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb index 5262c0c91f..83b424fedb 100644 --- a/recipes/efl1/ecore_svn.bb +++ b/recipes/efl1/ecore_svn.bb @@ -1,5 +1,5 @@ require ecore.inc -PR = "r9" +PR = "r10" SRC_URI += "\ file://iconv.patch;patch=1;maxrev=43996 \ @@ -7,7 +7,7 @@ SRC_URI += "\ file://exit_uclibc.patch;patch=1 \ " -EXTRA_OECONF = "\ +ECORE_OECONF = "\ --x-includes=${STAGING_INCDIR}/X11 \ --x-libraries=${STAGING_LIBDIR} \ --enable-simple-x11 \ @@ -24,7 +24,6 @@ EXTRA_OECONF = "\ --enable-ecore-ipc \ --enable-ecore-file \ --enable-inotify \ - --enable-curl \ --disable-ecore-desktop \ --disable-ecore-x-xcb \ --disable-ecore-directfb \ @@ -36,12 +35,18 @@ EXTRA_OECONF = "\ --disable-poll \ " -# List of options which were different in ecore-native, +EXTRA_OECONF = "${ECORE_OECONF} \ + --enable-curl \ +" + +EXTRA_OECONF_virtclass-native = "\ + ${ECORE_OECONF} \ + --disable-curl \ +" +# List of options which were different in ecore-native, # I know it's SCM, but with missing -native.bb is much easier to check here -#EXTRA_OECONF_virtclass-native = "\ # --disable-ecore-x \ # --enable-ecore-evas-fb \ # --disable-ecore-evas-x11-gl \ -# --disable-curl \ # --disable-ecore-imf \ # --disable-ecore-imf_evas \ |