mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
hidrd: use musl-obstack-devel.
This commit is contained in:
parent
8411efed5b
commit
da2a5f8885
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'hidrd'
|
# Template file for 'hidrd'
|
||||||
pkgname=hidrd
|
pkgname=hidrd
|
||||||
version=0.2.0
|
version=0.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
short_desc="HID report descriptor I/O library and conversion tool"
|
short_desc="HID report descriptor I/O library and conversion tool"
|
||||||
|
@ -14,7 +14,7 @@ checksum=0147993dedb3066873d22fab1dc3aafec78d8c5783d168cccc43126f0fc3b307
|
||||||
case $XBPS_TARGET_MACHINE in
|
case $XBPS_TARGET_MACHINE in
|
||||||
*-musl)
|
*-musl)
|
||||||
configure_args+=' LIBS=-lobstack'
|
configure_args+=' LIBS=-lobstack'
|
||||||
makedepends+=" musl-obstack"
|
makedepends+=" musl-obstack-devel"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue