[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75

ddkilzer at apple.com ddkilzer at apple.com
Thu Oct 29 20:34:48 UTC 2009


The following commit has been merged in the webkit-1.1 branch:
commit 66a29530e404eacf22eff035a21bc1f67feec47c
Author: ddkilzer at apple.com <ddkilzer at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Sep 27 03:15:37 2009 +0000

            GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
    
            * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@48796 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 9065b3a..e2c1ef5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-09-26  David Kilzer  <ddkilzer at apple.com>
+
+        GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
+
+        * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
+
 2009-09-23  Xan Lopez  <xlopez at igalia.com>
 
         Reviewed by Gustavo Noronha.
diff --git a/configure.ac b/configure.ac
index cc338d2..a65c65d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -741,6 +741,7 @@ AM_CONDITIONAL([ENABLE_GEOLOCATION], [test "$enable_geolocation" = "yes"])
 AM_CONDITIONAL([ENABLE_RUBY],[test "$enable_ruby" = "yes"])
 AM_CONDITIONAL([ENABLE_VIDEO],[test "$enable_video" = "yes"])
 AM_CONDITIONAL([ENABLE_NOTIFICATIONS],[test "$enable_notifications" = "yes"])
+AM_CONDITIONAL([ENABLE_ORIENTATION_EVENTS],[test "$enable_orientation_events" = "yes"])
 AM_CONDITIONAL([ENABLE_SVG],[test "$enable_svg" = "yes"])
 AM_CONDITIONAL([ENABLE_SVG_ANIMATION],[test "$enable_svg_animation" = "yes"])
 AM_CONDITIONAL([ENABLE_SVG_FONTS],[test "$enable_svg_fonts" = "yes"])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list