diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-13 14:00:32 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-23 13:36:20 +0200 |
commit | a8d31694852bc0d0d4069b4fb9f4fde6625e47f7 (patch) | |
tree | 0673bd226f21ad53f0e3c6d38697d0ee15fed312 /meta-efl/recipes-efl/efl/elementary.inc | |
parent | faf83c51dd4e79419e5dd1abfba96c26a09ac982 (diff) | |
download | meta-openembedded-a8d31694852bc0d0d4069b4fb9f4fde6625e47f7.tar.gz |
efl: upgrade to 1.11.0
* announcement:
https://phab.enlightenment.org/phame/post/view/74/
https://phab.enlightenment.org/phame/post/view/77/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl/efl/elementary.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/elementary.inc | 3 |
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 | ||
19 | PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather" | 19 | PACKAGECONFIG[eweather] = "--enable-eweather,--disable-eweather,libeweather" |
20 | PACKAGECONFIG[ewebkit] = "--with-elementary-web-backend=ewebkit,--with-elementary-web-backend=none,webkit-efl" | 20 | PACKAGECONFIG[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 | ||
23 | PACKAGECONFIG[c++11] = "--enable-cxx-bindings,--disable-cxx-bindings" | ||
21 | 24 | ||
22 | do_configure_prepend() { | 25 | do_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 |