blob: 096fd02524c127e0ebaba4cdd2a284e3b5244f43 (
plain)
1
2
3
4
5
6
|
require eet_cvs.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"
|