mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
generic: Exiv2 is now optional
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2b32a9eeab
commit
598b8fae19
1 changed files with 8 additions and 8 deletions
|
@ -69,14 +69,6 @@ set_package_properties(ENCHANT PROPERTIES
|
|||
PURPOSE "Spell checking support via Enchant"
|
||||
)
|
||||
|
||||
find_package(Exiv2 0.21)
|
||||
set_package_properties(Exiv2 PROPERTIES
|
||||
DESCRIPTION "Image metadata library and tools"
|
||||
URL "http://www.exiv2.org"
|
||||
TYPE REQUIRED
|
||||
PURPOSE "Required to build libkexiv2"
|
||||
)
|
||||
|
||||
# optional features
|
||||
if(X11_FOUND)
|
||||
macro_bool_to_01(X11_XTest_FOUND HAVE_XTEST)
|
||||
|
@ -214,6 +206,14 @@ set_package_properties(LibCDIO PROPERTIES
|
|||
TYPE OPTIONAL
|
||||
)
|
||||
|
||||
find_package(Exiv2 0.21)
|
||||
set_package_properties(Exiv2 PROPERTIES
|
||||
DESCRIPTION "Image metadata library and tools"
|
||||
URL "http://www.exiv2.org"
|
||||
TYPE RECOMMENDED
|
||||
PURPOSE "Exiv2 metadata extraction and image rotation based on the data"
|
||||
)
|
||||
|
||||
################# configure checks and create the configured files #################
|
||||
|
||||
include(ConfigureChecks.cmake)
|
||||
|
|
Loading…
Add table
Reference in a new issue