Title: [132335] trunk/Tools
Revision
132335
Author
[email protected]
Date
2012-10-24 04:45:42 -0700 (Wed, 24 Oct 2012)

Log Message

[GTK] Fix build break - undefined reference to 'gtk_init'
https://bugs.webkit.org/show_bug.cgi?id=100221

Unreviewed build fix.

GTK_LIBS is needed for TestWTF.

Patch by Dongwoo Joshua Im <[email protected]> on 2012-10-24

* TestWebKitAPI/GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (132334 => 132335)


--- trunk/Tools/ChangeLog	2012-10-24 11:02:12 UTC (rev 132334)
+++ trunk/Tools/ChangeLog	2012-10-24 11:45:42 UTC (rev 132335)
@@ -1,3 +1,14 @@
+2012-10-24  Dongwoo Joshua Im  <[email protected]>
+
+        [GTK] Fix build break - undefined reference to 'gtk_init'
+        https://bugs.webkit.org/show_bug.cgi?id=100221
+
+        Unreviewed build fix.
+
+        GTK_LIBS is needed for TestWTF.
+
+        * TestWebKitAPI/GNUmakefile.am:
+
 2012-10-24  Grzegorz Czajkowski  <[email protected]>
 
         WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'

Modified: trunk/Tools/TestWebKitAPI/GNUmakefile.am (132334 => 132335)


--- trunk/Tools/TestWebKitAPI/GNUmakefile.am	2012-10-24 11:02:12 UTC (rev 132334)
+++ trunk/Tools/TestWebKitAPI/GNUmakefile.am	2012-10-24 11:45:42 UTC (rev 132335)
@@ -37,6 +37,7 @@
 	Libraries/libTestWebKitAPIMain.la \
 	Libraries/libgtest.la \
 	libWTF.la \
+	$(GTK_LIBS) \
 	$(GLIB_LIBS)
 
 Programs_TestWebKitAPI_TestWTF_LDFLAGS = \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to