thumbnailers: add audio thumbnailer as optinal sub-directory to CMake file

This commit is contained in:
Ivailo Monev 2015-02-20 21:14:31 +00:00
parent d968e9675c
commit a655d08b8d
2 changed files with 2 additions and 0 deletions

View file

@ -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)