Title: [239660] trunk/Tools
Revision
239660
Author
commit-qu...@webkit.org
Date
2019-01-05 17:19:00 -0800 (Sat, 05 Jan 2019)

Log Message

[GTK] Add python3-setuptools, libunistring-dev, bison and flex dependencies
https://bugs.webkit.org/show_bug.cgi?id=193136

Patch by Oriol Brufau <obru...@igalia.com> on 2019-01-05
Reviewed by Michael Catanzaro.

* gtk/install-dependencies:
Add python3-setuptools, libunistring-dev, bison and flex to install-dependencies,
they are needed by update-webkitgtk-libs.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (239659 => 239660)


--- trunk/Tools/ChangeLog	2019-01-05 20:51:14 UTC (rev 239659)
+++ trunk/Tools/ChangeLog	2019-01-06 01:19:00 UTC (rev 239660)
@@ -1,3 +1,14 @@
+2019-01-05  Oriol Brufau  <obru...@igalia.com>
+
+        [GTK] Add python3-setuptools, libunistring-dev, bison and flex dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=193136
+
+        Reviewed by Michael Catanzaro.
+
+        * gtk/install-dependencies:
+        Add python3-setuptools, libunistring-dev, bison and flex to install-dependencies,
+        they are needed by update-webkitgtk-libs.
+
 2019-01-05  Aakash Jain  <aakash_j...@apple.com>
 
         Unreviewed follow-up fix to r239650

Modified: trunk/Tools/gtk/install-dependencies (239659 => 239660)


--- trunk/Tools/gtk/install-dependencies	2019-01-05 20:51:14 UTC (rev 239659)
+++ trunk/Tools/gtk/install-dependencies	2019-01-06 01:19:00 UTC (rev 239660)
@@ -173,6 +173,8 @@
 
     # These are dependencies necessary for building the jhbuild.
     packages="$packages \
+        bison \
+        flex \
         git \
         gobject-introspection \
         gsettings-desktop-schemas-dev \
@@ -198,6 +200,7 @@
         libpsl-dev \
         libssl-dev \
         libtiff5-dev \
+        libunistring-dev \
         libv4l-dev \
         libxcb-composite0-dev \
         libxcb-xfixes0-dev \
@@ -209,6 +212,7 @@
         libudev-dev \
         libxml-libxml-perl \
         python-dev \
+        python3-setuptools \
         ragel \
         x11proto-bigreqs-dev \
         x11proto-composite-dev \
@@ -334,7 +338,9 @@
     # These are dependencies necessary for building the jhbuild.
     # Note: Could not find libegl-mesa
     packages="$packages \
+        bison \
         expat \
+        flex \
         git \
         gnutls \
         gobject-introspection \
@@ -352,6 +358,7 @@
         libproxy \
         libpsl \
         libtiff \
+        libunistring-dev \
         libxfixes \
         libxfont2 \
         libxcb \
@@ -362,6 +369,7 @@
         perl-xml-libxml\
         python2 \
         python2-lxml \
+        python3-setuptools \
         ragel \
         bigreqsproto \
         compositeproto \
@@ -497,9 +505,11 @@
 
     # These are dependencies necessary for building the jhbuild.
     packages="$packages \
+        bison \
         cups-devel \
         docbook-utils \
         expat-devel \
+        flex \
         git \
         gnutls-devel \
         gobject-introspection \
@@ -518,6 +528,7 @@
         libproxy-devel \
         libpsl-devel \
         libtiff-devel \
+        libunistring-dev \
         libxcb-devel \
         libxkbfile-devel \
         libxkbcommon-x11-devel \
@@ -525,6 +536,7 @@
         mtdev-devel \
         orc-devel \
         perl-XML-LibXML \
+        python3-setuptools \
         ragel \
         systemd-devel \
         xorg-x11-font-utils \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to