diff options
Diffstat (limited to 'meta-efl/recipes-efl/e17/exalt-client_svn.bb')
| -rw-r--r-- | meta-efl/recipes-efl/e17/exalt-client_svn.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/e17/exalt-client_svn.bb b/meta-efl/recipes-efl/e17/exalt-client_svn.bb new file mode 100644 index 0000000000..c5219b7be2 --- /dev/null +++ b/meta-efl/recipes-efl/e17/exalt-client_svn.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | LICENSE = "LGPLv2" | ||
| 2 | PV = "0.0.1+svnr${SRCPV}" | ||
| 3 | |||
| 4 | require e-module.inc | ||
| 5 | |||
| 6 | DEPENDS += "elementary exalt edje-native" | ||
| 7 | |||
| 8 | CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus" | ||
| 9 | |||
| 10 | do_configure_prepend() { | ||
| 11 | sed -i -e /po/d configure.ac | ||
| 12 | sed -i -e s:\ po::g Makefile.am | ||
| 13 | } | ||
| 14 | |||
| 15 | FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \ | ||
| 16 | ${libdir}/enlightenment/modules/*/*.edj \ | ||
| 17 | ${libdir}/enlightenment/modules/*/*/*.so" | ||
| 18 | |||
| 19 | FILES_${PN}-static += "${libdir}/enlightenment/modules/*/*/*.a" | ||
| 20 | FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la" | ||
| 21 | FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug" | ||
| 22 | |||
| 23 | |||
