Title: [192097] trunk
- Revision
- 192097
- Author
- [email protected]
- Date
- 2015-11-06 03:00:23 -0800 (Fri, 06 Nov 2015)
Log Message
Unreviewed, GTK build fix after r192095.
* Source/cmake/FindGTK3.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (192096 => 192097)
--- trunk/ChangeLog 2015-11-06 09:48:45 UTC (rev 192096)
+++ trunk/ChangeLog 2015-11-06 11:00:23 UTC (rev 192097)
@@ -1,3 +1,9 @@
+2015-11-06 Philippe Normand <[email protected]>
+
+ Unreviewed, GTK build fix after r192095.
+
+ * Source/cmake/FindGTK3.cmake:
+
2015-11-06 Philip Chimento <[email protected]> and Michael Catanzaro <[email protected]>
[GTK] Re-enable Quartz backend on cmake build system
Modified: trunk/Source/cmake/FindGTK3.cmake (192096 => 192097)
--- trunk/Source/cmake/FindGTK3.cmake 2015-11-06 09:48:45 UTC (rev 192096)
+++ trunk/Source/cmake/FindGTK3.cmake 2015-11-06 11:00:23 UTC (rev 192097)
@@ -53,6 +53,8 @@
pkg_check_modules(GTK3_QUARTZ gtk+-quartz-3.0)
if ("${GTK3_QUARTZ_VERSION}" VERSION_EQUAL "${GTK3_VERSION}")
set(GTK3_SUPPORTS_QUARTZ TRUE)
+ else ()
+ set(GTK3_SUPPORTS_QUARTZ FALSE)
endif ()
pkg_check_modules(GTK3_X11 gtk+-x11-3.0)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes