wayland: fix cross build.
This commit is contained in:
parent
d7729fa73f
commit
cff2d2f0b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue