wayland: fix cross build.
This commit is contained in:
parent
d7729fa73f
commit
cff2d2f0b6
|
@ -20,7 +20,7 @@ if [ "$CROSS_BUILD" ]; then
|
|||
}
|
||||
post_configure() {
|
||||
# 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue