Title: [211477] trunk/Tools
Revision
211477
Author
calva...@igalia.com
Date
2017-02-01 02:58:52 -0800 (Wed, 01 Feb 2017)

Log Message

[GTK] Install either libxfont1-dev or libxfont-dev as dependency
https://bugs.webkit.org/show_bug.cgi?id=167498

Reviewed by Carlos Garcia Campos.

Depending on the distro version you can need either libxfont1-dev
or libfont-dev to build with jhbuild.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (211476 => 211477)


--- trunk/Tools/ChangeLog	2017-02-01 10:46:10 UTC (rev 211476)
+++ trunk/Tools/ChangeLog	2017-02-01 10:58:52 UTC (rev 211477)
@@ -1,3 +1,15 @@
+2017-02-01  Xabier Rodriguez Calvar  <calva...@igalia.com>
+
+        [GTK] Install either libxfont1-dev or libxfont-dev as dependency
+        https://bugs.webkit.org/show_bug.cgi?id=167498
+
+        Reviewed by Carlos Garcia Campos.
+
+        Depending on the distro version you can need either libxfont1-dev
+        or libfont-dev to build with jhbuild.
+
+        * gtk/install-dependencies:
+
 2017-01-31  Ryan Haddad  <ryanhad...@apple.com>
 
         Disable API test WebKit2.WKWebProcessPlugInRangeHandle

Modified: trunk/Tools/gtk/install-dependencies (211476 => 211477)


--- trunk/Tools/gtk/install-dependencies	2017-02-01 10:46:10 UTC (rev 211476)
+++ trunk/Tools/gtk/install-dependencies	2017-02-01 10:58:52 UTC (rev 211477)
@@ -188,7 +188,7 @@
         libv4l-dev \
         libxcb-composite0-dev \
         libxcb-xfixes0-dev \
-        libxfont-dev \
+        $(aptIfElse libxfont1-dev libxfont-dev) \
         libxkbfile-dev \
         libtool-bin \
         libudev-dev \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to