aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/efl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/efl.inc')
-rw-r--r--meta-efl/recipes-efl/efl/efl.inc8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/efl.inc b/meta-efl/recipes-efl/efl/efl.inc
index 31aff8731c..ba8e0911d7 100644
--- a/meta-efl/recipes-efl/efl/efl.inc
+++ b/meta-efl/recipes-efl/efl/efl.inc
@@ -20,6 +20,7 @@ PROVIDES += "ecore edje eet eeze efreet eina eio embryo emotion ethumb evas eldb
EXTRA_OECONF = " \
--disable-physics \
--enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba \
+ ${@bb.utils.contains('TUNE_FEATURES', 'neon', '--enable-neon', '--disable-neon', d)} \
"
EXTRA_OECONF_append_class-target = " \
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
@@ -51,7 +52,10 @@ EXTRA_OECONF_append_class-native = " \
--disable-image-loader-dds \
"
-PACKAGECONFIG ?= "egl opengl-es gstreamer1 pulseaudio luajit ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)}"
+PACKAGECONFIG ?= "egl opengl-es gstreamer1 pulseaudio luajit \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
+ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
PACKAGECONFIG_class-native = "luajit"
PACKAGECONFIG[wayland] = "--enable-wayland --enable-wayland-ivi-shell,--disable-wayland --disable-wayland-ivi-shell,wayland"
@@ -193,6 +197,7 @@ FILES_libemotion = "\
"
FILES_efreet = " \
${datadir}/dbus-1/services/*Efreet* \
+ ${libdir}/systemd/user/efreet.service \
${libdir}/efreet/*/efreet*create \
${bindir}/efreetd \
${datadir}/efreet \
@@ -219,6 +224,7 @@ FILES_embryo = " \
"
FILES_ethumb = " \
${datadir}/dbus-1/services/*Ethumb* \
+ ${libdir}/systemd/user/ethumb.service \
${libdir}/libethumb${SOLIBS} \
${libdir}/libethumb_client${SOLIBS} \
${bindir}/ethumbd \