extragear/multimedia/amarok

Leo Franchi lfranchi at kde.org
Sun Jul 12 23:24:17 CEST 2009


SVN commit 995505 by lfranchi:

make liblastfm optional. was discussed on the list, and i think this is the way to go.

CCMAIL:amarok-devel at kde.org

 M  +1 -1      CMakeLists.txt  


--- trunk/extragear/multimedia/amarok/CMakeLists.txt #995504:995505
@@ -58,7 +58,7 @@
     macro_optional_find_package(Strigi)
     macro_log_feature( STRIGI_FOUND "strigi" "Index metadata of files" "http://strigi.sourceforge.net" TRUE "" "" )
 
-    find_package(LibLastFm REQUIRED)
+    macro_optional_find_package(LibLastFm)
     macro_log_feature( LibLastFm_FOUND "liblastfm" "Enable Last.Fm service, including scrobbling, song submissions, and suggested song dynamic playlists" "http://cdn.last.fm/src/liblastfm-0.3.0.tar.bz2" TRUE "0.3" "" )
     
     if (WITH_IPOD)


More information about the Amarok-devel mailing list