[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 12:03:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 29ab9d2f41974b97cc3da6cc0d90015d369200a2
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 13 08:38:26 2010 +0000

    2010-08-13  Patrick Gansterer  <paroga at paroga.com>
    
            Reviewed by Nikolas Zimmermann.
    
            [CMake] Add missing FIND_PACKAGE(Gperf)
            https://bugs.webkit.org/show_bug.cgi?id=43937
    
            * CMakeLists.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65306 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 996b457..99b6383 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,6 +27,7 @@ OPTION(PORT "choose which WebKit port to build (one of ${ALL_PORTS})" "NOPORT")
 # -----------------------------------------------------------------------------
 FIND_PACKAGE(BISON REQUIRED)
 FIND_PACKAGE(FLEX REQUIRED)
+FIND_PACKAGE(Gperf REQUIRED)
 FIND_PACKAGE(Perl REQUIRED)
 FIND_PACKAGE(PythonInterp REQUIRED)
 
diff --git a/ChangeLog b/ChangeLog
index d41ea0f..001b244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-13  Patrick Gansterer  <paroga at paroga.com>
+
+        Reviewed by Nikolas Zimmermann.
+
+        [CMake] Add missing FIND_PACKAGE(Gperf)
+        https://bugs.webkit.org/show_bug.cgi?id=43937
+
+        * CMakeLists.txt:
+
 2010-08-12  Dimitri Glazkov  <dglazkov at chromium.org>
 
         Reviewed by David Levin.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list