Specify edje_cc for e-modules
authorJustin Patrin <papercrane@gmail.com>
Sat, 13 Aug 2005 04:27:05 +0000 (04:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 13 Aug 2005 04:27:05 +0000 (04:27 +0000)
packages/e17/e-modules_20050810.bb

index 4aa4c09..1764c21 100644 (file)
@@ -11,4 +11,6 @@ inherit autotools
 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/apps/e_modules"
 S = "${WORKDIR}/e_modules"
 
+EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR}/edje_cc"
+
 FILES_${PN} = "${bindir}/* ${libdir}/* ${datadir}"