mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: show if libraw was found
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
68f8ca5fd0
commit
c8ef53c43f
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ if(NOT ANDROID)
|
|||
endif()
|
||||
pkg_config_library(LIBUSB libusb-1.0 QUIET)
|
||||
pkg_config_library(LIBMTP libmtp QUIET)
|
||||
pkg_config_library(LIBRAW libraw QUIET)
|
||||
pkg_config_library(LIBRAW libraw )
|
||||
endif()
|
||||
|
||||
if(LIBRAW_FOUND)
|
||||
|
|
Loading…
Add table
Reference in a new issue