diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-03-20 19:08:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-03-20 19:08:04 +0000 |
commit | 4c0402f7501e857505b12ed11e1b1c502cf27d3e (patch) | |
tree | 46f7e5960ffc427b0dad13672c4e859e066883c7 /packages/efl1/edbus_cvs.bb | |
parent | 143cde5e8283dd5e704ac9b14b76e1ee2ca2a2b3 (diff) |
edbus cvs build e_dbus_hal GUI test client and fix packaging (by Aloisio Almeida)
Diffstat (limited to 'packages/efl1/edbus_cvs.bb')
-rw-r--r-- | packages/efl1/edbus_cvs.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/packages/efl1/edbus_cvs.bb b/packages/efl1/edbus_cvs.bb index d9c2b83b79..feb940f4ec 100644 --- a/packages/efl1/edbus_cvs.bb +++ b/packages/efl1/edbus_cvs.bb @@ -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" |