summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-efl/recipes-devtools/python/python-edje.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-efl/recipes-devtools/python/python-edje.inc b/meta-efl/recipes-devtools/python/python-edje.inc
index 473b92e873..2e2e1f2b79 100644
--- a/meta-efl/recipes-devtools/python/python-edje.inc
+++ b/meta-efl/recipes-devtools/python/python-edje.inc
@@ -3,3 +3,4 @@ LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 3LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
4DEPENDS += "edje python-evas evas" 4DEPENDS += "edje python-evas evas"
5RDEPENDS_${PN} += "python-evas" 5RDEPENDS_${PN} += "python-evas"
6EXTRA_OECONF += "--disable-examples"