mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make libraw support build optional
Build in by default if libraw is found, but make it optional for builds were it's not needed, like smtk2ssrf or subsurface-downloader. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
821f3fc551
commit
f81cf77886
3 changed files with 11 additions and 6 deletions
|
|
@ -34,8 +34,6 @@ pkg_config_library(GLIB2 glib-2.0 REQUIRED)
|
|||
pkg_config_library(LIBGIT2 libgit2 REQUIRED)
|
||||
pkg_config_library(LIBMDB libmdb REQUIRED)
|
||||
pkg_config_library(LIBDC libdivecomputer REQUIRED)
|
||||
pkg_config_library(LIBFTDI libftdi1 QUIET)
|
||||
pkg_config_library(LIBRAW libraw)
|
||||
|
||||
find_package(Qt5 REQUIRED COMPONENTS Core
|
||||
Concurrent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue