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

philn at webkit.org philn at webkit.org
Wed Dec 22 18:16:37 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit c1f6dcbeb932e990a87f1f53048ecd091e774a0f
Author: philn at webkit.org <philn at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 9 11:07:56 2010 +0000

    2010-12-09  Philippe Normand  <pnormand at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
            https://bugs.webkit.org/show_bug.cgi?id=50741
    
            * configure.ac:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73600 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 3276c03..1015832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-09  Philippe Normand  <pnormand at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
+        https://bugs.webkit.org/show_bug.cgi?id=50741
+
+        * configure.ac:
+
 2010-12-07  Patrick Gansterer  <paroga at webkit.org>
 
         Reviewed by Andreas Kling.
diff --git a/configure.ac b/configure.ac
index 9e2df40..0478a8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -875,8 +875,7 @@ if test "$enable_video" = "yes"; then
                      gstreamer-pbutils-0.10
                      gstreamer-plugins-base-0.10 >= $GSTREAMER_PLUGINS_BASE_REQUIRED_VERSION
                      gstreamer-video-0.10],
-                     [have_gstreamer=yes],
-                     [have_gstreamer=no])
+                     [have_gstreamer=yes])
 
    AC_SUBST([GSTREAMER_CFLAGS])
    AC_SUBST([GSTREAMER_LIBS])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list