build-system: show if libraw was found

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-09-10 10:32:08 -07:00 committed by Michael Keller
parent 68f8ca5fd0
commit c8ef53c43f

View file

@ -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)