edbus cvs build e_dbus_hal GUI test client and fix packaging (by Aloisio Almeida)
authorMichael Lauer <mickey@vanille-media.de>
Thu, 20 Mar 2008 19:08:04 +0000 (19:08 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Thu, 20 Mar 2008 19:08:04 +0000 (19:08 +0000)
packages/efl1/edbus_cvs.bb

index d9c2b83..feb940f 100644 (file)
@@ -1,16 +1,19 @@
 DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
-DEPENDS = "dbus ecore"
+DEPENDS = "dbus ecore efreet ewl"
 LICENSE = "MIT BSD"
 PV = "0.1.0.042+cvs${SRCDATE}"
-PR = "r2"
+PR = "r3"
 
 inherit efl_library
 
 SRC_URI = "${E_CVS};module=e17/libs/e_dbus"
 S = "${WORKDIR}/e_dbus"
 
-PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal"
+EXTRA_OECONF = "--enable-build-test-gui"
+
+PACKAGES =+ "${PN}-enotify ${PN}-edbus ${PN}-enm ${PN}-ehal ${PN}-test-gui"
 FILES_${PN}-enotify = "${libdir}/libenotify.so.*"
 FILES_${PN}-edbus = "${libdir}/libedbus.so.*"
 FILES_${PN}-enm = "${libdir}/libenm.so.*"
 FILES_${PN}-ehal = "${libdir}/libehal.so.*"
+FILES_${PN}-test-gui = "${bindir}/e_dbus_hal"