forked from mirrors/qmk_userspace
		
	Debian requires package libusb-dev to build bootloaderHID (#13105)
This commit is contained in:
		
					parent
					
						
							
								875bb48a20
							
						
					
				
			
			
				commit
				
					
						ba35c11807
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -15,7 +15,7 @@ _qmk_install() {
 | 
			
		|||
        build-essential clang-format diffutils gcc git unzip wget zip \
 | 
			
		||||
        python3-pip binutils-avr gcc-avr avr-libc binutils-arm-none-eabi \
 | 
			
		||||
        gcc-arm-none-eabi libnewlib-arm-none-eabi avrdude dfu-programmer \
 | 
			
		||||
        dfu-util teensy-loader-cli libhidapi-hidraw0
 | 
			
		||||
        dfu-util teensy-loader-cli libhidapi-hidraw0 libusb-dev
 | 
			
		||||
 | 
			
		||||
    python3 -m pip install --user -r $QMK_FIRMWARE_DIR/requirements.txt
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue