mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qmk: change dependency to cross-arm-none-eabi
cross-arm-none-eabi pulls in both cross-arm-none-eabi-gcc and cross-arm-none-eabi-newlib, and I found out the latter is also needed to build at least planck/rev6 firmware, and likely other keyboards with ARM based controllers. Found out with help from Discord users Erovia and fauxpark on the qmk server. Using cross-arm-none-eabi as dep to get -newlib suggested by @ericonr.
This commit is contained in:
parent
150d41fbf5
commit
4ca1cb7438
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'qmk'
|
# Template file for 'qmk'
|
||||||
pkgname=qmk
|
pkgname=qmk
|
||||||
version=0.0.34
|
version=0.0.34
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -16,7 +16,7 @@ depends="python3-appdirs
|
||||||
avrdude
|
avrdude
|
||||||
dfu-util
|
dfu-util
|
||||||
avr-gcc
|
avr-gcc
|
||||||
cross-arm-none-eabi-gcc"
|
cross-arm-none-eabi"
|
||||||
short_desc="CLI tool for working with QMK firmware of mechanical keyboards"
|
short_desc="CLI tool for working with QMK firmware of mechanical keyboards"
|
||||||
maintainer="RinsedSloth <afernandezh@protonmail.com>"
|
maintainer="RinsedSloth <afernandezh@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue