summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-connectivity/gupnp/no-vala.inc')
-rw-r--r--meta-multimedia/recipes-connectivity/gupnp/no-vala.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc b/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc
index a4f3fb679..5a45cd125 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc
+++ b/meta-multimedia/recipes-connectivity/gupnp/no-vala.inc
@@ -1,5 +1,5 @@
1do_configure_prepend () { 1do_configure_prepend () {
2 # Vala needs gobject-introspection so won't work. Instead of depending 2 # Vala needs gobject-introspection so won't work. Instead of depending
3 # on vala-native just to run configure, comment out the Vala macro. 3 # on vala-native just to run configure, comment out the Vala macro.
4 sed -i -e 's/\(^[ \t]*VALA_PROG_VAPIGEN\)/dnl \1/g' ${S}/configure.ac 4 sed -i -e 's/\(^[ \t]*VALA_PROG_VAPIGEN\)/dnl \1/g' ${S}/configure.ac
5} 5}