mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +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'
|
||||
pkgname=hidrd
|
||||
version=0.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="HID report descriptor I/O library and conversion tool"
|
||||
|
@ -14,7 +14,7 @@ checksum=0147993dedb3066873d22fab1dc3aafec78d8c5783d168cccc43126f0fc3b307
|
|||
case $XBPS_TARGET_MACHINE in
|
||||
*-musl)
|
||||
configure_args+=' LIBS=-lobstack'
|
||||
makedepends+=" musl-obstack"
|
||||
makedepends+=" musl-obstack-devel"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue