summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/edbus.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/edbus.inc')
-rw-r--r--meta-efl/recipes-efl/efl/edbus.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc
index cca9c5ea2..ae558f00d 100644
--- a/meta-efl/recipes-efl/efl/edbus.inc
+++ b/meta-efl/recipes-efl/efl/edbus.inc
@@ -14,6 +14,8 @@ INC_PR = "r0"
14SRCNAME = "e_dbus" 14SRCNAME = "e_dbus"
15 15
16EXTRA_OECONF += "--enable-build-test-gui" 16EXTRA_OECONF += "--enable-build-test-gui"
17# it needs to be disabled, because creates circular dependency on elementary
18EXTRA_OECONF += "--disable-edbus-performance-test"
17 19
18PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" 20PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui"
19FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" 21FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send"
@@ -25,3 +27,5 @@ FILES_${PN}-eofono = "${libdir}/libeofono.so.*"
25FILES_${PN}-eukit = "${libdir}/libeukit.so.*" 27FILES_${PN}-eukit = "${libdir}/libeukit.so.*"
26FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" 28FILES_${PN}-ebluez = "${libdir}/libebluez.so.*"
27FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" 29FILES_${PN}-test-gui = "${bindir}/e_dbus_hal"
30FILES_${PN} += "${datadir}/e_dbus/logo.png"
31