mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a3ee9a1142
commit
19c62bc509
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue