RSS: Require camel and libedataserer pkgconfig files

While the files are checked for in the main CMakeLists.txt file,
it'll be better to require the two pkg-config files, in case they
are renamed or any such change.
This commit is contained in:
Milan Crha 2022-07-08 12:56:58 +02:00
parent 7d14bcb9f7
commit 6df88968ce

View File

@ -1,5 +1,5 @@
pkg_check_modules(LIBEDATASERVER libedataserver-1.2)
pkg_check_modules(CAMEL camel-1.2)
pkg_check_modules(LIBEDATASERVER libedataserver-1.2 REQUIRED)
pkg_check_modules(CAMEL camel-1.2 REQUIRED)
pkg_check_variable(camel_providerdir camel-1.2 camel_providerdir)
set(sources