Title: [137033] trunk/Source/WebKit2
Revision
137033
Author
[email protected]
Date
2012-12-08 08:41:47 -0800 (Sat, 08 Dec 2012)

Log Message

Unreviewed. Make building the WebKit2 GIR file conditional on building the WebKit2 library.

* GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (137032 => 137033)


--- trunk/Source/WebKit2/ChangeLog	2012-12-08 16:08:52 UTC (rev 137032)
+++ trunk/Source/WebKit2/ChangeLog	2012-12-08 16:41:47 UTC (rev 137033)
@@ -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-12-08  Seokju Kwon  <[email protected]>
 
         Remove unused headers

Modified: trunk/Source/WebKit2/GNUmakefile.am (137032 => 137033)


--- trunk/Source/WebKit2/GNUmakefile.am	2012-12-08 16:08:52 UTC (rev 137032)
+++ trunk/Source/WebKit2/GNUmakefile.am	2012-12-08 16:41:47 UTC (rev 137033)
@@ -212,7 +212,6 @@
 
 if ENABLE_WEBKIT2
 pkgconfig_DATA += Source/WebKit2/webkit2gtk-@[email protected]
-endif
 
 if ENABLE_INTROSPECTION
 
@@ -262,6 +261,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