mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
thumbnailers: correct FLAC++ package found check
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
90a57983e4
commit
ef359ec6e1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ add_feature_info(thumbnailer_gs
|
||||||
add_subdirectory(ps)
|
add_subdirectory(ps)
|
||||||
add_subdirectory(raw)
|
add_subdirectory(raw)
|
||||||
|
|
||||||
if(TAGLIB_FOUND AND FLAC_FOUND)
|
if(TAGLIB_FOUND AND FLAC++_FOUND)
|
||||||
add_subdirectory(audio)
|
add_subdirectory(audio)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue