]> git.pld-linux.org Git - packages/amarok.git/blob - amarok-qtsrcipt_notr.patch
- up to 2.1.1
[packages/amarok.git] / amarok-qtsrcipt_notr.patch
1 diff -up amarok-2.0.90/CMakeLists.txt.qtscript_not_required amarok-2.0.90/CMakeLists.txt
2 --- amarok-2.0.90/CMakeLists.txt.qtscript_not_required  2009-04-06 16:29:12.000000000 -0500
3 +++ amarok-2.0.90/CMakeLists.txt        2009-04-10 13:00:07.000000000 -0500
4 @@ -38,8 +38,8 @@ if( WITH_PLAYER )
5  
6      macro_log_feature( KDE4_FOUND "kdelibs" "The toolkit Amarok uses to build" "http://www.kde.org" TRUE "4.2.0" "" )
7  
8 -    find_package( QtScriptQtBindings REQUIRED )
9 -    macro_log_feature( QTSCRIPTQTBINDINGS_FOUND "qtscript-qt" "QtScript Qt Bindings" "http://code.google.com/p/qtscriptgenerator/" TRUE "" "" )
10 +    macro_optional_find_package(QtScriptQtBindings)
11 +    macro_log_feature( QTSCRIPTQTBINDINGS_FOUND "qtscript-qt" "QtScript Qt Bindings" "http://code.google.com/p/qtscriptgenerator/" FALSE "" "" )
12  
13      add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
14  
This page took 0.06529 seconds and 3 git commands to generate.