Title: [281977] trunk/Tools
Revision
281977
Author
[email protected]
Date
2021-09-02 20:36:18 -0700 (Thu, 02 Sep 2021)

Log Message

[GLIB] Install lcms2 in helper dependencies script
https://bugs.webkit.org/show_bug.cgi?id=229173

Reviewed by Carlos Alberto Lopez Perez.

lcms2 support is enabled by default since r274273.

* glib/dependencies/apt:
* glib/dependencies/dnf:
* glib/dependencies/pacman:
* gtk/dependencies/brew:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (281976 => 281977)


--- trunk/Tools/ChangeLog	2021-09-03 03:28:05 UTC (rev 281976)
+++ trunk/Tools/ChangeLog	2021-09-03 03:36:18 UTC (rev 281977)
@@ -1,5 +1,19 @@
 2021-09-02  Lauro Moura  <[email protected]>
 
+        [GLIB] Install lcms2 in helper dependencies script
+        https://bugs.webkit.org/show_bug.cgi?id=229173
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        lcms2 support is enabled by default since r274273.
+
+        * glib/dependencies/apt:
+        * glib/dependencies/dnf:
+        * glib/dependencies/pacman:
+        * gtk/dependencies/brew:
+
+2021-09-02  Lauro Moura  <[email protected]>
+
         [WPE] form-submission-steps API test is also flaky timing out like GTK
 
         Unreviewed test gardening.

Modified: trunk/Tools/glib/dependencies/apt (281976 => 281977)


--- trunk/Tools/glib/dependencies/apt	2021-09-03 03:28:05 UTC (rev 281976)
+++ trunk/Tools/glib/dependencies/apt	2021-09-03 03:36:18 UTC (rev 281977)
@@ -34,6 +34,7 @@
     libgstreamer-plugins-base1.0-dev
     libjpeg-dev
     libkate-dev
+    liblcms2-dev
     libopenjp2-7-dev
     libpng-dev
     libseccomp-dev

Modified: trunk/Tools/glib/dependencies/dnf (281976 => 281977)


--- trunk/Tools/glib/dependencies/dnf	2021-09-03 03:28:05 UTC (rev 281976)
+++ trunk/Tools/glib/dependencies/dnf	2021-09-03 03:36:18 UTC (rev 281977)
@@ -14,6 +14,7 @@
     gstreamer1-plugins-base-devel
     gtk-doc
     intltool
+    lcms2-devel
     libevent-devel
     libjpeg-turbo-devel
     libkate-devel

Modified: trunk/Tools/glib/dependencies/pacman (281976 => 281977)


--- trunk/Tools/glib/dependencies/pacman	2021-09-03 03:28:05 UTC (rev 281976)
+++ trunk/Tools/glib/dependencies/pacman	2021-09-03 03:36:18 UTC (rev 281977)
@@ -20,6 +20,7 @@
     gzip
     intltool
     itstool
+    lcms2
     libevent
     libjpeg-turbo
     libkate

Modified: trunk/Tools/gtk/dependencies/brew (281976 => 281977)


--- trunk/Tools/gtk/dependencies/brew	2021-09-03 03:28:05 UTC (rev 281976)
+++ trunk/Tools/gtk/dependencies/brew	2021-09-03 03:36:18 UTC (rev 281977)
@@ -15,6 +15,7 @@
     libtasn1
     libtiff
     libtool
+    little-cms2
     ninja
     pango
     pkg-config
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to