aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/e-module.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/e17/e-module.inc')
-rw-r--r--recipes/e17/e-module.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/e17/e-module.inc b/recipes/e17/e-module.inc
new file mode 100644
index 0000000000..d275b0a267
--- /dev/null
+++ b/recipes/e17/e-module.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "E17 ${PN} module"
+SECTION = "x11/multimedia"
+DEPENDS = "e-wm"
+
+SRCREV = "${EFL_SRCREV}"
+
+SRCNAME = "E-MODULES-EXTRA/${PN}"
+
+inherit e
+
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"
+
+FILES_${PN} += "${libdir}/enlightenment/modules/${PN}"
+FILES_${PN}-dbg += "${libdir}/enlightenment/modules/${PN}/*/.debug"
+
+