Merge pull request #195908 from wegank/klipper-firmware-wxgtk

This commit is contained in:
Sandro 2022-11-04 01:19:30 +01:00 committed by GitHub
commit e9a81267e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
, bintools-unwrapped
, libffi
, libusb1
, wxGTK
, wxGTK30-gtk3
, python2
, python3
, gcc-arm-embedded
@ -30,7 +30,7 @@
avrdude
stm32flash
pkg-config
wxGTK # Required for bossac
wxGTK30-gtk3 # Required for bossac
];
preBuild = "cp ${firmwareConfig} ./.config";