[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

xan at webkit.org xan at webkit.org
Fri Jan 21 14:50:57 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit b27e57aa0367fdd475521871023f8fec39b9e8f9
Author: xan at webkit.org <xan at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 2 09:51:12 2011 +0000

    2011-01-02  Xan Lopez  <xlopez at igalia.com>
    
            Fix GTK+ build.
    
            * GNUmakefile.am: tests do actually include JSC.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74867 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/gtk/ChangeLog b/WebKit/gtk/ChangeLog
index 4b6ab17..0d7f5b1 100644
--- a/WebKit/gtk/ChangeLog
+++ b/WebKit/gtk/ChangeLog
@@ -2,6 +2,12 @@
 
         Fix GTK+ build.
 
+        * GNUmakefile.am: tests do actually include JSC.
+
+2011-01-02  Xan Lopez  <xlopez at igalia.com>
+
+        Fix GTK+ build.
+
         * GNUmakefile.am: remove individual -I$(srcdir)/Source when we'll
         already get them from javascriptcore_cppflags, and add it for the
         introspection build (which is not tested in the bots).
diff --git a/WebKit/gtk/GNUmakefile.am b/WebKit/gtk/GNUmakefile.am
index c981389..5e184a7 100644
--- a/WebKit/gtk/GNUmakefile.am
+++ b/WebKit/gtk/GNUmakefile.am
@@ -391,6 +391,7 @@ webkit_tests_cflags = \
 	-I$(top_srcdir)/WebCore/bindings/gobject \
 	$(global_cppflags) \
 	$(global_cflags) \
+	$(javascriptcore_cppflags) \
 	$(GLIB_CFLAGS) \
 	$(GTK_CFLAGS) \
 	$(LIBSOUP_CFLAGS)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list