Title: [284238] trunk
Revision
284238
Author
[email protected]
Date
2021-10-15 01:42:54 -0700 (Fri, 15 Oct 2021)

Log Message

Unreviewed. Fix GTK build with ubuntu 18.04

GLib version bump in r284152 was too high for ubuntu 18.04 even though it followed our dependencies policy.

* Source/cmake/OptionsGTK.cmake:
* Source/cmake/OptionsWPE.cmake:

Modified Paths

Diff

Modified: trunk/ChangeLog (284237 => 284238)


--- trunk/ChangeLog	2021-10-15 07:35:32 UTC (rev 284237)
+++ trunk/ChangeLog	2021-10-15 08:42:54 UTC (rev 284238)
@@ -1,3 +1,12 @@
+2021-10-15  Carlos Garcia Campos  <[email protected]>
+
+        Unreviewed. Fix GTK build with ubuntu 18.04
+
+        GLib version bump in r284152 was too high for ubuntu 18.04 even though it followed our dependencies policy.
+
+        * Source/cmake/OptionsGTK.cmake:
+        * Source/cmake/OptionsWPE.cmake:
+
 2021-10-14  Ali Juma  <[email protected]>
 
         Add my GitHub username to contributors.json

Modified: trunk/Source/cmake/OptionsGTK.cmake (284237 => 284238)


--- trunk/Source/cmake/OptionsGTK.cmake	2021-10-15 07:35:32 UTC (rev 284237)
+++ trunk/Source/cmake/OptionsGTK.cmake	2021-10-15 08:42:54 UTC (rev 284238)
@@ -12,7 +12,7 @@
 find_package(Fontconfig 2.8.0 REQUIRED)
 find_package(Freetype 2.4.2 REQUIRED)
 find_package(LibGcrypt 1.6.0 REQUIRED)
-find_package(GLIB 2.58.3 REQUIRED COMPONENTS gio gio-unix gobject gthread gmodule)
+find_package(GLIB 2.56.4 REQUIRED COMPONENTS gio gio-unix gobject gthread gmodule)
 find_package(HarfBuzz 0.9.18 REQUIRED COMPONENTS ICU)
 find_package(ICU 61.2 REQUIRED COMPONENTS data i18n uc)
 find_package(JPEG REQUIRED)

Modified: trunk/Source/cmake/OptionsWPE.cmake (284237 => 284238)


--- trunk/Source/cmake/OptionsWPE.cmake	2021-10-15 07:35:32 UTC (rev 284237)
+++ trunk/Source/cmake/OptionsWPE.cmake	2021-10-15 08:42:54 UTC (rev 284238)
@@ -8,7 +8,7 @@
 find_package(Cairo 1.14.0 REQUIRED)
 find_package(Fontconfig 2.8.0 REQUIRED)
 find_package(Freetype 2.4.2 REQUIRED)
-find_package(GLIB 2.58.3 REQUIRED COMPONENTS gio gio-unix gobject gthread gmodule)
+find_package(GLIB 2.56.4 REQUIRED COMPONENTS gio gio-unix gobject gthread gmodule)
 find_package(HarfBuzz 0.9.18 REQUIRED COMPONENTS ICU)
 find_package(ICU 61.2 REQUIRED COMPONENTS data i18n uc)
 find_package(JPEG REQUIRED)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to