diff options
-rw-r--r-- | meta-efl/recipes-efl/efl/efl.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc index 1948a800b2..3cbd04b361 100644 --- a/meta-efl/recipes-efl/efl/efl.inc +++ b/meta-efl/recipes-efl/efl/efl.inc | |||
@@ -51,9 +51,11 @@ EXTRA_OECONF_append_class-native = " \ | |||
51 | --disable-image-loader-dds \ | 51 | --disable-image-loader-dds \ |
52 | " | 52 | " |
53 | 53 | ||
54 | PACKAGECONFIG ?= "opengl-es gstreamer1 pulseaudio luajit" | 54 | PACKAGECONFIG ?= "wayland egl opengl-es gstreamer1 pulseaudio luajit" |
55 | PACKAGECONFIG_class-native = "luajit" | 55 | PACKAGECONFIG_class-native = "luajit" |
56 | 56 | ||
57 | PACKAGECONFIG[wayland] = "--enable-wayland --enable-wayland-ivi-shell,--disable-wayland --disable-wayland-ivi-shell,wayland" | ||
58 | PACKAGECONFIG[egl] = "--enable-egl,--disable-egl,virtual/egl" | ||
57 | # sort of tri-state | 59 | # sort of tri-state |
58 | PACKAGECONFIG[opengl-full] = "--with-opengl=full,,virtual/libgl" | 60 | PACKAGECONFIG[opengl-full] = "--with-opengl=full,,virtual/libgl" |
59 | PACKAGECONFIG[opengl-es] = "--with-opengl=es,,virtual/libgles2" | 61 | PACKAGECONFIG[opengl-es] = "--with-opengl=es,,virtual/libgles2" |