diff options
author | Maurizio Porrato <maurizio.porrato@gmail.com> | 2020-12-30 04:12:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 15:12:02 +1100 |
commit | 0f5f6a6a75b26d06ae5ee2b726eb97a67d04d325 (patch) | |
tree | f2ae58c621d25b8fbf222caa441fad5fb22ff45b /util | |
parent | a038b712d06e0197a5fc64b4c5ecea441e3ff374 (diff) |
Add libusb-devel dependency for fedora (#11287)
On fedora 33, libusb-devel is required to build BootloadHID
Diffstat (limited to 'util')
-rwxr-xr-x | util/install/fedora.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/install/fedora.sh b/util/install/fedora.sh index 250cda6624..44b71b98bf 100755 --- a/util/install/fedora.sh +++ b/util/install/fedora.sh @@ -9,7 +9,7 @@ _qmk_install() { python3 \ avr-binutils avr-gcc avr-libc \ arm-none-eabi-binutils-cs arm-none-eabi-gcc-cs arm-none-eabi-newlib \ - avrdude dfu-programmer dfu-util + avrdude dfu-programmer dfu-util libusb-devel python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt } |