aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc
blob: 5a45cd1250e998ceea4db10f50136a24d1239f3d (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
}