subsurface-configure.pri: enable the libusb detection stage

The commented out step should work as expected (in theory).

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2013-10-10 01:18:49 +03:00 committed by Dirk Hohndel
parent a3ee9a1142
commit 19c62bc509

View file

@ -60,7 +60,7 @@ PKG_CONFIG_OUT = $$system(pkg-config --version 2> $$NUL)
# And libdivecomputer is only built with it if libusb-1.0 is
# installed. So get libusb if it exists, but don't complain
# about it if it doesn't.
#link_pkgconfig: packagesExist(libusb-1.0): PKGCONFIG += libusb-1.0
link_pkgconfig: packagesExist(libusb-1.0): PKGCONFIG += libusb-1.0
#
# Find libxml2 and libxslt