blob: c87197d2ee1884cece13dd44b5ac41dd012cc337 (
plain)
1
2
3
4
5
6
|
PR_append = "-arago2"
DEPENDS := "${@oe_filter_out('gconf','${DEPENDS}', d)}"
DEPENDS := "${@oe_filter_out('gconf-native','${DEPENDS}', d)}"
EXTRA_OECONF += "--disable-gconftool --disable-gconf"
|