mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
1b69dded38
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
72 lines
1.7 KiB
PHP
72 lines
1.7 KiB
PHP
DESCRIPTION = "EFL based widget set for mobile devices"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=10a051c72424b80bc784a3903651b43b"
|
|
DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb poppler eio"
|
|
|
|
inherit efl gettext
|
|
|
|
INC_PR = "r0"
|
|
|
|
EXTRA_OECONF = "\
|
|
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
|
|
--with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
|
|
--disable-web \
|
|
"
|
|
|
|
do_compile_append() {
|
|
sed -i -e s:${STAGING_DIR_TARGET}::g \
|
|
-e s:/${TARGET_SYS}::g \
|
|
elementary.pc
|
|
}
|
|
|
|
PACKAGES += "${PN}-configs ${PN}-accessibility"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
${PN}-themes \
|
|
${PN}-configs \
|
|
"
|
|
RSUGGESTS_${PN} = "${PN}-tests ${PN}-accessibility"
|
|
|
|
FILES_${PN} += "\
|
|
${libdir}/edje/modules/elm \
|
|
${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.so \
|
|
"
|
|
|
|
FILES_${PN}-dev += "\
|
|
${libdir}/elementary/modules/datetime_input_ctxpopup/*/module.la \
|
|
"
|
|
|
|
FILES_${PN}-themes = "\
|
|
${datadir}/elementary/themes \
|
|
"
|
|
|
|
FILES_${PN}-configs = "\
|
|
${datadir}/elementary/config \
|
|
"
|
|
|
|
FILES_${PN}-dbg += "\
|
|
${libdir}/elementary/modules/test_entry/*/.debug \
|
|
${libdir}/elementary/modules/test_map/*/.debug \
|
|
${libdir}/elementary/modules/access_output/*/.debug \
|
|
${libdir}/elementary/modules/datetime_input_ctxpopup/*/.debug \
|
|
${libdir}/edje/modules/elm/*/.debug \
|
|
"
|
|
|
|
FILES_${PN}-tests = "\
|
|
${bindir}/elementary* \
|
|
${datadir}/elementary/images \
|
|
${datadir}/elementary/objects \
|
|
${datadir}/elementary/examples \
|
|
${datadir}/applications/* \
|
|
${datadir}/icons/* \
|
|
${libdir}/elementary/modules/test_entry/* \
|
|
${libdir}/elementary/modules/test_map/* \
|
|
"
|
|
|
|
FILES_${PN}-accessibility = "\
|
|
${libdir}/elementary/modules/access_output/* \
|
|
"
|
|
|
|
# Some upgrade path tweaking, as in evas
|
|
AUTO_LIBNAME_PKGS = ""
|