]> git.pld-linux.org Git - packages/amarok.git/blame - amarok-disable_qtscriptbindings_check_fix.patch
- typo and more fixes
[packages/amarok.git] / amarok-disable_qtscriptbindings_check_fix.patch
CommitLineData
c5257fed 1From: Modestas Vainius <modestas@vainius.eu>
2Subject: [PATCH] Disable QtScriptBindings check
3
4QtScriptBindings is a runtime dependency which is not
5needed at build time. Disable cmake check.
6
7Signed-off-by: Modestas Vainius <modestas@vainius.eu>
8
9---
10 CMakeLists.txt | 3 ---
11 1 files changed, 0 insertions(+), 3 deletions(-)
12
13diff --git a/CMakeLists.txt b/CMakeLists.txt
14index 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--
28tg: (d5becae..) debian/disable_qtscriptbindings_check_fix (depends on: upstream)
This page took 0.04587 seconds and 4 git commands to generate.