mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +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'
|
||||
pkgname=qmk
|
||||
version=0.0.34
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -16,7 +16,7 @@ depends="python3-appdirs
|
|||
avrdude
|
||||
dfu-util
|
||||
avr-gcc
|
||||
cross-arm-none-eabi-gcc"
|
||||
cross-arm-none-eabi"
|
||||
short_desc="CLI tool for working with QMK firmware of mechanical keyboards"
|
||||
maintainer="RinsedSloth <afernandezh@protonmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue