blob: 0b0b5a4862d21b9bfc5b102f134bbc9e804953d1 (
plain)
1
2
3
4
5
6
|
require eet_svn.bb
inherit native
DEPENDS = "zlib-native jpeg-native"
# we no longer inherit pkgconfig, so we need to state this explicitly
# (see explanation in efl.bbclass and autotools.bbclass)
DEPENDS += "pkgconfig-native"
|