mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
thumbnailers: add audio thumbnailer as optinal sub-directory to CMake file
This commit is contained in:
parent
d968e9675c
commit
a655d08b8d
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ macro_log_feature(KEXIV2_FOUND "libkexiv2" "A library for reading and writing im
|
|||
macro_log_feature(KDCRAW_FOUND "libkdcraw" "A library for accessing raw files" "www.kde.org" FALSE "" "Required to build the RAW thumbnailer")
|
||||
macro_log_feature(GETTEXTPO_FOUND "gettext-po" "A library for processing PO files" "www.gnu.org/software/gettext" FALSE "" "Required to build the PO thumbnailer")
|
||||
|
||||
macro_optional_add_subdirectory(audio)
|
||||
|
||||
macro_optional_add_subdirectory(ps)
|
||||
|
||||
if(KEXIV2_FOUND AND KDCRAW_FOUND)
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue