[EVAS]: update configuration option
authorBaptiste DURAND <baptiste.durand@frignu.net>
Thu, 12 Sep 2013 06:22:38 +0000 (08:22 +0200)
committerBaptiste DURAND <baptiste.durand@frignu.net>
Thu, 12 Sep 2013 06:22:38 +0000 (08:22 +0200)
meta-wrt-tizen/recipes-efl/efl/evas_1.7.8.bbappend

index 680a876..a48d7bd 100644 (file)
@@ -1,4 +1,9 @@
 EVAS_OECONF = " --enable-pthreads "
+PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
+${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
+${@base_contains('DISTRO_FEATURES', 'harfbuzz', 'harfbuzz', '', d)} \
+"
+
 PACKAGECONFIG[x11] = " --enable-gl-xcb,--disable-gl-xcb --disable-gl-x11 ,x11"
 PACKAGECONFIG[wayland] = "--enable-wayland-egl  --enable-gles-variety-sgx,,wayland"
 EXTRA_OECONF = ""