mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 13:11:57 +02:00
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
24 lines
646 B
BlitzBasic
24 lines
646 B
BlitzBasic
LICENSE = "LGPLv2"
|
|
PV = "0.0.1+svnr${SRCPV}"
|
|
|
|
require e-module.inc
|
|
|
|
DEPENDS += "elementary exalt edje-native"
|
|
|
|
CFLAGS += " -I${STAGING_INCDIR}/exalt -I${STAGING_INCDIR}/exalt_dbus"
|
|
|
|
do_configure_prepend() {
|
|
sed -i -e /po/d configure.ac
|
|
sed -i -e s:\ po::g Makefile.am
|
|
}
|
|
|
|
FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \
|
|
${libdir}/enlightenment/modules/*/*.edj \
|
|
${libdir}/enlightenment/modules/*/*/*.so"
|
|
|
|
FILES_${PN}-static += "${libdir}/enlightenment/modules/*/*/*.a"
|
|
FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
|
|
FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
|
|
|
|
|