Title: [170283] trunk
Revision
170283
Author
[email protected]
Date
2014-06-23 00:10:45 -0700 (Mon, 23 Jun 2014)

Log Message

Unreviewed, GTK build fix after r170266.

* Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.

Modified Paths

Diff

Modified: trunk/ChangeLog (170282 => 170283)


--- trunk/ChangeLog	2014-06-23 04:28:16 UTC (rev 170282)
+++ trunk/ChangeLog	2014-06-23 07:10:45 UTC (rev 170283)
@@ -1,3 +1,9 @@
+2014-06-23  Philippe Normand  <[email protected]>
+
+        Unreviewed, GTK build fix after r170266.
+
+        * Source/cmake/OptionsGTK.cmake: Geoclue also requires gio-unix.
+
 2014-06-22  Gyuyoung Kim  <[email protected]>
 
         Disable gamepad feature on EFL and GTK ports by default

Modified: trunk/Source/cmake/OptionsGTK.cmake (170282 => 170283)


--- trunk/Source/cmake/OptionsGTK.cmake	2014-06-23 04:28:16 UTC (rev 170282)
+++ trunk/Source/cmake/OptionsGTK.cmake	2014-06-23 07:10:45 UTC (rev 170283)
@@ -174,7 +174,7 @@
 set(GDK_INCLUDE_DIRS ${GDK3_INCLUDE_DIRS})
 
 set(glib_components gio gobject gthread gmodule)
-if (ENABLE_GAMEPAD_DEPRECATED)
+if (ENABLE_GAMEPAD_DEPRECATED OR ENABLE_GEOLOCATION)
     list(APPEND glib_components gio-unix)
 endif ()
 find_package(GLIB 2.33.2 REQUIRED COMPONENTS ${glib_components})
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to