summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/elementary.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary.inc')
-rw-r--r--meta-efl/recipes-efl/efl/elementary.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/elementary.inc b/meta-efl/recipes-efl/efl/elementary.inc
index c22070f91..c5e75b96c 100644
--- a/meta-efl/recipes-efl/efl/elementary.inc
+++ b/meta-efl/recipes-efl/efl/elementary.inc
@@ -18,6 +18,9 @@ BBCLASSEXTEND = "native"
18 18
19PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather" 19PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather"
20PACKAGECONFIG[ewebkit] = "--with-elementary-web-backend=ewebkit,--with-elementary-web-backend=none,webkit-efl" 20PACKAGECONFIG[ewebkit] = "--with-elementary-web-backend=ewebkit,--with-elementary-web-backend=none,webkit-efl"
21# be aware when enabling this for efl-native, we don't provide gcc-native so you need to make
22# sure that all your builders have g++ which supports -std=gnu++11
23PACKAGECONFIG[c++11] = "--enable-cxx-bindings,--disable-cxx-bindings"
21 24
22do_configure_prepend() { 25do_configure_prepend() {
23 # prefix returned eolian paths with STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly 26 # prefix returned eolian paths with STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly