diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2013-10-10 01:18:49 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-09 15:47:23 -0700 |
commit | 19c62bc5097db85aae839d9daa79b9e1f4978d99 (patch) | |
tree | 37e7e0a5b59f60f8f1433a9c6c77223ae4e8ce2f /subsurface-configure.pri | |
parent | a3ee9a11427c361ac23c0e7b14f1cb72eab34003 (diff) | |
download | subsurface-19c62bc5097db85aae839d9daa79b9e1f4978d99.tar.gz |
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>
Diffstat (limited to 'subsurface-configure.pri')
-rw-r--r-- | subsurface-configure.pri | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsurface-configure.pri b/subsurface-configure.pri index 903d6a84d..32d2d1685 100644 --- a/subsurface-configure.pri +++ b/subsurface-configure.pri @@ -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 |