wayland: fixed cross build.
This commit is contained in:
parent
081fa5f2e0
commit
3b7af30c7c
1 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@ version=1.5.0
|
|||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation --disable-static"
|
||||
hostmakedepends="pkg-config flex"
|
||||
hostmakedepends="automake libtool pkg-config flex"
|
||||
makedepends="libfl-devel libffi-devel expat-devel"
|
||||
short_desc="Wayland protocol compositor"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -13,11 +13,12 @@ license="MIT"
|
|||
distfiles="http://wayland.freedesktop.org/releases/wayland-${version}.tar.xz"
|
||||
checksum=0069e1e9af888b3e05384380ad8cc6c976ea3e81d08ba19b7675ce1d693a41b5
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libtool wayland-devel"
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
}
|
||||
hostmakedepends+=" wayland-devel"
|
||||
post_configure() {
|
||||
# Use host wayland-scanner
|
||||
sed -e '/$(AM_V_GEN)/s,$(wayland_scanner),wayland-scanner,g' -i Makefile.in
|
||||
|
|
Loading…
Reference in a new issue