summaryrefslogtreecommitdiff
path: root/packages/efl/eet-native_0.9.10.032.bb
blob: 7369adc915460b3f5ee4a6f709f1ab7b1caaceaf (plain)
1
2
3
4
5
6
7
require eet_${PV}.bb
inherit native
DEPENDS = "zlib-native jpeg-native"

do_stage_append() {
	install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR}
}