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:
parent
7d14bcb9f7
commit
6df88968ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user