libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / freetype / freetype-native_2.1.10.bb
blob6f99f7ee8440a57eadf57bb87855124828dd708b
1 require freetype_${PV}.bb
2 inherit pkgconfig native
3 DEPENDS = ""
4 FILESPATH = "${FILE_DIRNAME}/freetype-${PV}:${FILE_DIRNAME}/freetype:${FILE_DIRNAME}/files"
6 EXTRA_OEMAKE=
8 do_configure() {
9 (cd builds/unix && gnu-configize) || die "failure running gnu-configize"
10 oe_runconf
13 do_stage() {
14 autotools_stage_all
17 do_install() {