mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
asahi-uboot: fix depends
these libraries are needed for building tools within the build on the host closes: #53944
This commit is contained in:
parent
ca49b4f887
commit
735c622a70
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ version=2024.10+1
|
||||||
revision=1
|
revision=1
|
||||||
archs="aarch64*"
|
archs="aarch64*"
|
||||||
hostmakedepends="bison flex which python3 swig python3-devel
|
hostmakedepends="bison flex which python3 swig python3-devel
|
||||||
python3-setuptools python3-pyelftools bc dtc"
|
python3-setuptools python3-pyelftools bc dtc openssl-devel libuuid-devel
|
||||||
makedepends="openssl-devel libuuid-devel gnutls-devel ncurses-libtinfo-devel"
|
gnutls-devel"
|
||||||
depends="m1n1"
|
depends="m1n1"
|
||||||
checkdepends="python3-pytest dtc-devel python3-filelock"
|
checkdepends="python3-pytest dtc-devel python3-filelock"
|
||||||
short_desc="Das U-Boot for Apple Silicon Macs"
|
short_desc="Das U-Boot for Apple Silicon Macs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue