hidrd: use musl-obstack-devel.
This commit is contained in:
committed by
John Zimmermann
parent
8411efed5b
commit
da2a5f8885
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user