Rockbox Utility: use libusb-1.0 by default.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30275 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2011-08-09 22:00:10 +00:00
parent 012df14a5f
commit 55f4bf9dfd

View file

@ -154,13 +154,13 @@ win32 {
win32:static {
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
}
unix:!static:!libusb1:!macx {
LIBS += -lusb
}
unix:!static:libusb1:!macx {
unix:!static:!libusb0:!macx {
DEFINES += LIBUSB1
LIBS += -lusb-1.0
}
unix:!static:libusb0:!macx {
LIBS += -lusb
}
unix:!macx:static {
# force statically linking of libusb. Libraries that are appended