mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
generic: make Strigi recommended
building without it is possible since https://github.com/fluxer/kdelibs/commit/6e683d46 Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d1c90f17ea
commit
017895d3b1
2 changed files with 9 additions and 11 deletions
|
@ -63,15 +63,6 @@ set_package_properties(ZLIB PROPERTIES
|
||||||
PURPOSE "Required by the core KDE libraries and some critical kioslaves"
|
PURPOSE "Required by the core KDE libraries and some critical kioslaves"
|
||||||
)
|
)
|
||||||
|
|
||||||
find_package(Strigi 0.6.3)
|
|
||||||
set_package_properties(Strigi PROPERTIES
|
|
||||||
DESCRIPTION "Desktop indexing and search support"
|
|
||||||
URL "http://strigi.sourceforge.net"
|
|
||||||
TYPE REQUIRED
|
|
||||||
PURPOSE "Required by some critical kioslaves"
|
|
||||||
)
|
|
||||||
|
|
||||||
# for KDE 4.7 we require at least version 0.60
|
|
||||||
find_package(SharedMimeInfo 0.60)
|
find_package(SharedMimeInfo 0.60)
|
||||||
set_package_properties(SharedMimeInfo PROPERTIES
|
set_package_properties(SharedMimeInfo PROPERTIES
|
||||||
DESCRIPTION "Shared Mime Info"
|
DESCRIPTION "Shared Mime Info"
|
||||||
|
@ -124,6 +115,14 @@ set_package_properties(DBusMenuQt PROPERTIES
|
||||||
TYPE RECOMMENDED
|
TYPE RECOMMENDED
|
||||||
)
|
)
|
||||||
|
|
||||||
|
macro_optional_find_package(Strigi 0.6.3)
|
||||||
|
set_package_properties(Strigi PROPERTIES
|
||||||
|
DESCRIPTION "Desktop indexing and search support"
|
||||||
|
URL "http://strigi.sourceforge.net"
|
||||||
|
TYPE RECOMMENDED
|
||||||
|
PURPOSE "Required by some critical kioslaves"
|
||||||
|
)
|
||||||
|
|
||||||
macro_optional_find_package(FAM)
|
macro_optional_find_package(FAM)
|
||||||
set_package_properties(FAM PROPERTIES
|
set_package_properties(FAM PROPERTIES
|
||||||
DESCRIPTION "File alteration notification support via a separate service"
|
DESCRIPTION "File alteration notification support via a separate service"
|
||||||
|
|
|
@ -6,5 +6,4 @@ add_library(dummy MODULE dummyanalyzers.cpp)
|
||||||
target_link_libraries(dummy ${STRIGI_STREAMANALYZER_LIBRARY})
|
target_link_libraries(dummy ${STRIGI_STREAMANALYZER_LIBRARY})
|
||||||
|
|
||||||
# adjust the name so the module is recognized as a strigi plugin
|
# adjust the name so the module is recognized as a strigi plugin
|
||||||
set_target_properties(dummy PROPERTIES
|
set_target_properties(dummy PROPERTIES PREFIX strigiea_)
|
||||||
PREFIX strigiea_)
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue