Title: [221413] trunk/Tools
Revision
221413
Author
clo...@igalia.com
Date
2017-08-30 19:54:21 -0700 (Wed, 30 Aug 2017)

Log Message

[GTK] install-dependencies script should install CUPS headers
https://bugs.webkit.org/show_bug.cgi?id=176129

Reviewed by Michael Catanzaro.

When building GTK+ on the JHBuild, it will enable the CUPS print
backend if the CUPS headers are installed. Having a print backend
on GTK+ is needed for the print-related API tests.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (221412 => 221413)


--- trunk/Tools/ChangeLog	2017-08-31 02:32:21 UTC (rev 221412)
+++ trunk/Tools/ChangeLog	2017-08-31 02:54:21 UTC (rev 221413)
@@ -1,3 +1,16 @@
+2017-08-30  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK] install-dependencies script should install CUPS headers
+        https://bugs.webkit.org/show_bug.cgi?id=176129
+
+        Reviewed by Michael Catanzaro.
+        
+        When building GTK+ on the JHBuild, it will enable the CUPS print
+        backend if the CUPS headers are installed. Having a print backend
+        on GTK+ is needed for the print-related API tests.
+
+        * gtk/install-dependencies:
+
 2017-08-30  Filip Pizlo  <fpi...@apple.com>
 
         Rename ArrayLang to WebGPU Shading Language, or WSL for short, pronounced "whistle"

Modified: trunk/Tools/gtk/install-dependencies (221412 => 221413)


--- trunk/Tools/gtk/install-dependencies	2017-08-31 02:32:21 UTC (rev 221412)
+++ trunk/Tools/gtk/install-dependencies	2017-08-31 02:54:21 UTC (rev 221413)
@@ -175,6 +175,7 @@
         gsettings-desktop-schemas-dev \
         icon-naming-utils \
         libcroco3-dev \
+        libcups2-dev \
         libdrm-dev \
         libegl1-mesa-dev \
         libepoxy-dev \
@@ -331,6 +332,7 @@
         gsettings-desktop-schemas \
         icon-naming-utils \
         libcroco \
+        libcups \
         libdrm \
         libepoxy \
         libevdev \
@@ -463,11 +465,12 @@
 
     # These are dependencies necessary for building the jhbuild.
     packages="$packages \
+        cups-devel \
+        docbook-utils \
         expat-devel \
-        docbook-utils \
         git \
+        gnutls-devel \
         gobject-introspection \
-        gnutls-devel \
         gsettings-desktop-schemas-devel \
         icon-naming-utils \
         itstool \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to