On Sunday 20 November 2011 10:03:29 Lindsay Mathieson wrote:
> Just looking back into rekonq dev after a while away ... getting the error
> in subject  with trunk.
> 
> Kubuntu 11.10 with KDE 4.7.3, my libqtwebkit-dev  version is
> 2.2~2011week36-0ubuntu1, which should be sufficient shouldn't it?

Can you please apply the attached patch to master and try building it?

Many thanks for.

-- 
Andrea Diamantini, adjam
GPG Fingerprint: 57DE 8E32 7D1A 0E16 AA52 59D8 84F9 3ECD DBF9 730F

rekonq project
WEB: http://rekonq.kde.org
IRC: rekonq@freenode
commit 81633fc10b0186a4bd0f41728458eec4140a8103
Author: Andrea Diamantini <[email protected]>
Date:   Sun Nov 20 23:05:53 2011 +0100

    Fix cmakelists to require (at least) QtWebkit 2.2.0

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3abc509..221f76a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,11 +21,11 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6.4)
 # ==================================================================================
 
 
-FIND_PACKAGE(Qt4 4.7.0 COMPONENTS QtCore QtGui QtNetwork QtWebKit REQUIRED)
+FIND_PACKAGE(Qt4 4.7.0 COMPONENTS QtCore QtGui QtNetwork REQUIRED)
 
-# Ensure we have QtWebKit >=2.2.0
+# Ensure we have QtWebKit >= 2.2.0
 FIND_PACKAGE(PkgConfig REQUIRED)
-PKG_CHECK_MODULES(PC_QTWEBKIT QUIET QtWebKit>=4.9.0)
+PKG_CHECK_MODULES(PC_QTWEBKIT REQUIRED QtWebKit>=4.8.0)
 IF(NOT PC_QTWEBKIT_FOUND)
   MESSAGE(FATAL_ERROR "QtWebkit 2.2.0 is required for this version of Rekonq")
 ELSE()
_______________________________________________
rekonq mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/rekonq

Reply via email to