From: Modestas Vainius Subject: [PATCH] Disable QtScriptBindings check QtScriptBindings is a runtime dependency which is not needed at build time. Disable cmake check. Signed-off-by: Modestas Vainius --- CMakeLists.txt | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d830b2..e0dfdc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,9 +38,6 @@ if( WITH_PLAYER ) macro_log_feature( KDE4_FOUND "kdelibs" "The toolkit Amarok uses to build" "http://www.kde.org" TRUE "4.2.0" "" ) - find_package( QtScriptQtBindings REQUIRED ) - macro_log_feature( QTSCRIPTQTBINDINGS_FOUND "qtscript-qt" "QtScript Qt Bindings" "http://code.google.com/p/qtscriptgenerator/" TRUE "" "" ) - add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS}) find_package(MySQLAmarok REQUIRED) -- tg: (d5becae..) debian/disable_qtscriptbindings_check_fix (depends on: upstream)