aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc
blob: a4f3fb67927895a68b6c3503a46dc4fa29c2ce2b (plain)
1
2
3
4
5
do_configure_prepend () {
	# Vala needs gobject-introspection so won't work. Instead of depending
	# on vala-native just to run configure, comment out the Vala macro.
	sed -i -e 's/\(^[ \t]*VALA_PROG_VAPIGEN\)/dnl \1/g' ${S}/configure.ac
}