]> git.pld-linux.org Git - packages/amarok.git/blob - amarok-disable_qtscriptbindings_check_fix.patch
- typo and more fixes
[packages/amarok.git] / amarok-disable_qtscriptbindings_check_fix.patch
1 From: Modestas Vainius <modestas@vainius.eu>
2 Subject: [PATCH] Disable QtScriptBindings check
3
4 QtScriptBindings is a runtime dependency which is not
5 needed at build time. Disable cmake check.
6
7 Signed-off-by: Modestas Vainius <modestas@vainius.eu>
8
9 ---
10  CMakeLists.txt |    3 ---
11  1 files changed, 0 insertions(+), 3 deletions(-)
12
13 diff --git a/CMakeLists.txt b/CMakeLists.txt
14 index 4d830b2..e0dfdc0 100644
15 --- a/CMakeLists.txt
16 +++ b/CMakeLists.txt
17 @@ -38,9 +38,6 @@ if( WITH_PLAYER )
18  
19      macro_log_feature( KDE4_FOUND "kdelibs" "The toolkit Amarok uses to build" "http://www.kde.org" TRUE "4.2.0" "" )
20  
21 -    find_package( QtScriptQtBindings REQUIRED )
22 -    macro_log_feature( QTSCRIPTQTBINDINGS_FOUND "qtscript-qt" "QtScript Qt Bindings" "http://code.google.com/p/qtscriptgenerator/" TRUE "" "" )
23 -
24      add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
25  
26      find_package(MySQLAmarok REQUIRED)
27 -- 
28 tg: (d5becae..) debian/disable_qtscriptbindings_check_fix (depends on: upstream)
This page took 0.026228 seconds and 3 git commands to generate.