[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

eric at webkit.org eric at webkit.org
Wed Apr 7 23:27:53 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit b6dcd3f616d3c9cfca21b527bf6bbeebef708fdb
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 10 01:12:00 2009 +0000

    2009-11-09  Priit Laes  <plaes at plaes.org>
    
            Reviewed by Oliver Hunt.
    
            [Gtk] Build from tarball fails with --enable-introspection
            https://bugs.webkit.org/show_bug.cgi?id=31261
    
            We need to enable gobject-introspection during distcheck otherwise
            some of the required files are missing in tarball.
    
            * GNUmakefile.am:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50699 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 0392c24..77067f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-11-09  Priit Laes  <plaes at plaes.org>
+
+        Reviewed by Oliver Hunt.
+
+        [Gtk] Build from tarball fails with --enable-introspection
+        https://bugs.webkit.org/show_bug.cgi?id=31261
+
+        We need to enable gobject-introspection during distcheck otherwise
+        some of the required files are missing in tarball.
+
+        * GNUmakefile.am:
+
 2009-11-05  Priit Laes  <plaes at plaes.org>
 
         Reviewed by Jan Alonzo.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index 67667b2..a080f95 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -29,6 +29,10 @@
 srcdir = @srcdir@
 VPATH = @srcdir@
 
+DISTCHECK_CONFIGURE_FLAGS = \
+	--enable-introspection	\
+	--enable-gtk-doc
+
 # Directory for autogenerated sources
 GENSOURCES := $(top_builddir)/DerivedSources
 GENPROGRAMS := $(top_builddir)/Programs

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list