Added libusb-1.0 to the list of libs handled by pkg-config
This commit is contained in:
parent
dfc253bebf
commit
e01b7b6740
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ endif
|
|||
CPPFLAGS+=-DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\"
|
||||
CFLAGS+=-O2 -g -Wall -Werror -W
|
||||
LIBS=-lpthread -lm
|
||||
LIBS_RTL=`pkg-config --libs librtlsdr`
|
||||
LIBS_RTL=`pkg-config --libs librtlsdr libusb-1.0`
|
||||
CC=gcc
|
||||
|
||||
UNAME := $(shell uname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue