aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/ethumb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efl/recipes-efl/efl/ethumb.inc')
-rw-r--r--meta-efl/recipes-efl/efl/ethumb.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/ethumb.inc b/meta-efl/recipes-efl/efl/ethumb.inc
new file mode 100644
index 0000000000..92a83eee4f
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/ethumb.inc
@@ -0,0 +1,22 @@
+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 \
+"