diff options
author | John Lee <john_lee@openmoko.org> | 2008-04-23 12:11:16 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-04-23 12:11:16 +0000 |
commit | 3ce4a6937fcb00ba62fddb01cfbb907707f5df6d (patch) | |
tree | a21597fd100d23e5ea20f1da60c709027c9cfb95 /packages/exalt/exalt-module_svn.bb | |
parent | a26407aa5ebea6946f5f888f72fce81756f712bf (diff) |
exalt: Exalt is a network manager for the windows manager Enlightenment
DR17.
* updated sane-srcrevs as well.
Diffstat (limited to 'packages/exalt/exalt-module_svn.bb')
-rw-r--r-- | packages/exalt/exalt-module_svn.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/exalt/exalt-module_svn.bb b/packages/exalt/exalt-module_svn.bb new file mode 100644 index 0000000000..0a28a1a206 --- /dev/null +++ b/packages/exalt/exalt-module_svn.bb @@ -0,0 +1,19 @@ +require exalt.inc + +DEPENDS = "edbus libexalt-dbus" +RDEPENDS_${PN} = "exalt" + +SRC_URI += "file://autotools-fix.patch;patch=1;minrev=78" + +EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" + +FILES_${PN} += "${libdir}/enlightenment/modules/module_exalt/*.edj \ + ${libdir}/enlightenment/modules/module_exalt/*/*.so \ + ${libdir}/enlightenment/modules/module_exalt/*.desktop \ + ${libdir}/enlightenment/modules/module_exalt/module_exalt" +FILES_${PN}-dev += "${libdir}/enlightenment/modules/module_exalt/*/*.a \ + ${libdir}/enlightenment/modules/module_exalt/*/*.la" +FILES_${PN}-dbg += "${libdir}/enlightenment/modules/module_exalt/*/.debug" +FILES_${PN}-locale += "${libdir}/enlightenment/modules/module_exalt/locale" + +EXALT_MODULE = "module" |