mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
23 lines
531 B
PHP
23 lines
531 B
PHP
DESCRIPTION = "EFL based thumbnail generation library"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e6a6db9e80255adbafa16e817d9a4d8c"
|
|
DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf"
|
|
|
|
INC_PR = "r0"
|
|
|
|
inherit efl
|
|
|
|
EXTRA_OECONF = "\
|
|
--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
|
|
--with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
|
|
--disable-docs \
|
|
"
|
|
|
|
# Some upgrade path tweaking, as in evas
|
|
AUTO_LIBNAME_PKGS = ""
|
|
|
|
FILES_${PN} += "\
|
|
${bindir}/ethumbd \
|
|
${libexecdir}/ethumbd_slave \
|
|
"
|