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