xcb-util-xrm: needs musl-legacy-compat for musl
This commit is contained in:
parent
7e26b0f85d
commit
68d1118ab3
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="https://github.com/Airblader/xcb-util-xrm"
|
||||||
distfiles="https://github.com/Airblader/xcb-util-xrm/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Airblader/xcb-util-xrm/archive/v${version}.tar.gz"
|
||||||
checksum=9d4a66c7366abb4840f6f822c613e1776c5898235358de728ba4554263fa0783
|
checksum=9d4a66c7366abb4840f6f822c613e1776c5898235358de728ba4554263fa0783
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
makedepends+=" musl-legacy-compat"
|
||||||
|
fi
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
# The archives doesn't include the git submodule for the m4
|
# The archives doesn't include the git submodule for the m4
|
||||||
# functions required
|
# functions required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue