Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / evas / evas-native_cvs.oe
1 DESCRIPTION = "The Enlightenment Canvas Library"
2 include evas_${PV}.oe
3 inherit native
4 DEPENDS = "freetype-native"
5 FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/evas"
6
7 export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config-native"
8 export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native"
9 export EDB_CONFIG = "${STAGING_BINDIR}/edb-config-native"
10
11 do_stage () {
12         for i in ${headers}; do
13                 install -m 0644 ${S}/src/lib/$i ${STAGING_INCDIR}/
14         done
15         oe_libinstall -C src/lib libevas ${STAGING_LIBDIR}/
16 }
17
18 #FIXME: Conflicts with zlib-devel on the build machine. Remove it and it builds.