diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 17:49:08 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 19:22:26 +0200 |
| commit | 397c5f238bfde4baea9ab1c54f33d13cb71e90fc (patch) | |
| tree | 1b93687548cc61b28b4ea948eadb68ed59a708a7 | |
| parent | e17c06351781c7ee640410d121b7d59a35fb86ee (diff) | |
| download | meta-openembedded-397c5f238bfde4baea9ab1c54f33d13cb71e90fc.tar.gz | |
efl: add PACKAGECONFIG for c++11 and disable it by default
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-efl/recipes-efl/efl/efl.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index 752e3b78db..f307ff9dba 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc | |||
| @@ -51,6 +51,9 @@ PACKAGECONFIG_class-native = "lua-old" | |||
| 51 | PACKAGECONFIG[opengl-full] = "--with-opengl=full,,virtual/libgl" | 51 | PACKAGECONFIG[opengl-full] = "--with-opengl=full,,virtual/libgl" |
| 52 | PACKAGECONFIG[opengl-es] = "--with-opengl=es,,virtual/libgles2" | 52 | PACKAGECONFIG[opengl-es] = "--with-opengl=es,,virtual/libgles2" |
| 53 | PACKAGECONFIG[opengl-none] = "--with-opengl=none,," | 53 | PACKAGECONFIG[opengl-none] = "--with-opengl=none,," |
| 54 | # be aware when enabling this for efl-native, we don't provide gcc-native so you need to make | ||
| 55 | # sure that all your builders have g++ which supports -std=gnu++11 | ||
| 56 | PACKAGECONFIG[c++11] = "--enable-c++11,--disable-c++11" | ||
| 54 | PACKAGECONFIG[gstreamer] = "--enable-gstreamer,--disable-gstreamer,gstreamer" | 57 | PACKAGECONFIG[gstreamer] = "--enable-gstreamer,--disable-gstreamer,gstreamer" |
| 55 | PACKAGECONFIG[gstreamer1] = "--enable-gstreamer1,--disable-gstreamer1,gstreamer1.0 gstreamer1.0-plugins-base" | 58 | PACKAGECONFIG[gstreamer1] = "--enable-gstreamer1,--disable-gstreamer1,gstreamer1.0 gstreamer1.0-plugins-base" |
| 56 | PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio" | 59 | PACKAGECONFIG[pulseaudio] = "--enable-pulseaudio,--disable-pulseaudio,pulseaudio" |
