Skip to content

Commit

Permalink
Add libusb-devel dependency for fedora (#11287)
Browse files Browse the repository at this point in the history
On fedora 33, libusb-devel is required to build BootloadHID
  • Loading branch information
mporrato authored Dec 30, 2020
1 parent a038b71 commit 0f5f6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 0f5f6a6

Please sign in to comment.