wayland: fix cross build.

This commit is contained in:
Juan RP 2014-05-21 08:20:57 +02:00
parent d7729fa73f
commit cff2d2f0b6

View file

@ -20,7 +20,7 @@ if [ "$CROSS_BUILD" ]; then
} }
post_configure() { post_configure() {
# Use host wayland-scanner # Use host wayland-scanner
sed -e 's,$(AM_V_GEN)$(wayland_scanner),wayland-scanner,g' -i src/Makefile.in sed -e '/$(AM_V_GEN)/s,$(wayland_scanner),wayland-scanner,g' -i Makefile.in
} }
fi fi