mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
iio-sensor-proxy: fix cross compilation (#8723)
This commit is contained in:
parent
9951492947
commit
ffe4135d6d
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iio-sensor-proxy'
|
# Template file for 'iio-sensor-proxy'
|
||||||
pkgname=iio-sensor-proxy
|
pkgname=iio-sensor-proxy
|
||||||
version=2.2
|
version=2.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake gtk-doc pkg-config git gnome-common autoconf-archive glib-devel libtool"
|
hostmakedepends="automake gtk-doc pkg-config git gnome-common autoconf-archive glib-devel libtool"
|
||||||
makedepends="libgudev-devel gtk+3-devel"
|
makedepends="libgudev-devel gtk+3-devel"
|
||||||
|
@ -13,8 +13,6 @@ distfiles="$homepage/archive/$version.tar.gz"
|
||||||
checksum=1d2c391ec3997f9ec9086226f0ec9985c222da61a36228b6425ac829e2630a4a
|
checksum=1d2c391ec3997f9ec9086226f0ec9985c222da61a36228b6425ac829e2630a4a
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
nocross=yes
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue