Title: [137036] releases/WebKitGTK/webkit-1.10/Source/WebKit2
Revision
137036
Author
[email protected]
Date
2012-12-08 09:30:32 -0800 (Sat, 08 Dec 2012)

Log Message

Merge 137033 - Unreviewed. Make building the WebKit2 GIR file conditional on building the WebKit2 library.

* GNUmakefile.am:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit2/ChangeLog (137035 => 137036)


--- releases/WebKitGTK/webkit-1.10/Source/WebKit2/ChangeLog	2012-12-08 17:16:05 UTC (rev 137035)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit2/ChangeLog	2012-12-08 17:30:32 UTC (rev 137036)
@@ -1,3 +1,9 @@
+2012-12-08  Gustavo Noronha Silva  <[email protected]>
+
+        Unreviewed. Make building the WebKit2 GIR file conditional on building the WebKit2 library.
+
+        * GNUmakefile.am:
+
 2012-10-31  Jesse van den Kieboom  <[email protected]>
 
         Enable webkit2 introspection

Modified: releases/WebKitGTK/webkit-1.10/Source/WebKit2/GNUmakefile.am (137035 => 137036)


--- releases/WebKitGTK/webkit-1.10/Source/WebKit2/GNUmakefile.am	2012-12-08 17:16:05 UTC (rev 137035)
+++ releases/WebKitGTK/webkit-1.10/Source/WebKit2/GNUmakefile.am	2012-12-08 17:30:32 UTC (rev 137036)
@@ -207,7 +207,6 @@
 
 if ENABLE_WEBKIT2
 pkgconfig_DATA += Source/WebKit2/webkit2gtk-@[email protected]
-endif
 
 if ENABLE_INTROSPECTION
 
@@ -257,6 +256,7 @@
 CLEANFILES += WebKit2-@[email protected] WebKit2-@[email protected]
 
 endif
+endif
 
 # WebKit2 specific variables
 forwarding_headers := $(GENSOURCES_WEBKIT2)/include
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to