mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
cross-vpkg-dummy: depend on musl-legacy-compat for musl cross.
This commit is contained in:
parent
a91fd2f235
commit
fca8080b47
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cross-vpkg-dummy'
|
||||
pkgname=cross-vpkg-dummy
|
||||
version=0.18
|
||||
version=0.19
|
||||
revision=1
|
||||
build_style=meta
|
||||
short_desc="Dummy meta-pkg for cross building packages with xbps-src"
|
||||
|
@ -10,6 +10,11 @@ homepage="http://www.voidlinux.eu"
|
|||
|
||||
noarch=yes
|
||||
depends="base-directories xbps-triggers"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) depends+=" musl-legacy-compat";;
|
||||
esac
|
||||
|
||||
provides="
|
||||
kernel-libc-headers-9999_1
|
||||
binutils-9999_1
|
||||
|
|
Loading…
Add table
Reference in a new issue