[PATCH 2/4] subsurface-configure.pri: enable the libusb detection stage

Lubomir I. Ivanov neolit123 at gmail.com
Wed Oct 9 15:18:49 UTC 2013


From: "Lubomir I. Ivanov" <neolit123 at gmail.com>

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

Signed-off-by: Lubomir I. Ivanov <neolit123 at gmail.com>
---
 subsurface-configure.pri | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subsurface-configure.pri b/subsurface-configure.pri
index 903d6a8..32d2d16 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
-- 
1.7.11.msysgit.0



More information about the subsurface mailing list