diff options
Diffstat (limited to 'meta-efl/recipes-efl/efl/edbus.inc')
-rw-r--r-- | meta-efl/recipes-efl/efl/edbus.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-efl/recipes-efl/efl/edbus.inc b/meta-efl/recipes-efl/efl/edbus.inc index ad20c8c783..ae558f00de 100644 --- a/meta-efl/recipes-efl/efl/edbus.inc +++ b/meta-efl/recipes-efl/efl/edbus.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "DBus and HAL convenience wrappers for EFL" | 1 | DESCRIPTION = "DBus and HAL convenience wrappers for EFL" |
2 | DEPENDS = "dbus ecore" | 2 | DEPENDS = "dbus ecore eina" |
3 | LICENSE = "MIT BSD" | 3 | LICENSE = "MIT BSD" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=550b8cea13dacc4bf00508a8cce1074c" |
5 | 5 | ||
@@ -14,6 +14,8 @@ INC_PR = "r0" | |||
14 | SRCNAME = "e_dbus" | 14 | SRCNAME = "e_dbus" |
15 | 15 | ||
16 | EXTRA_OECONF += "--enable-build-test-gui" | 16 | EXTRA_OECONF += "--enable-build-test-gui" |
17 | # it needs to be disabled, because creates circular dependency on elementary | ||
18 | EXTRA_OECONF += "--disable-edbus-performance-test" | ||
17 | 19 | ||
18 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" | 20 | PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-econnman ${PN}-eofono ${PN}-eukit ${PN}-ebluez ${PN}-test-gui" |
19 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" | 21 | FILES_${PN}-enotify = "${libdir}/libenotify.so.* ${bindir}/e-notify-send" |
@@ -25,3 +27,5 @@ FILES_${PN}-eofono = "${libdir}/libeofono.so.*" | |||
25 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" | 27 | FILES_${PN}-eukit = "${libdir}/libeukit.so.*" |
26 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" | 28 | FILES_${PN}-ebluez = "${libdir}/libebluez.so.*" |
27 | FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" | 29 | FILES_${PN}-test-gui = "${bindir}/e_dbus_hal" |
30 | FILES_${PN} += "${datadir}/e_dbus/logo.png" | ||
31 | |||