Title: [240978] trunk/Tools
Revision
240978
Author
[email protected]
Date
2019-02-05 09:44:58 -0800 (Tue, 05 Feb 2019)

Log Message

[WPE] require python3-setuptools for meson build in jhbuild
https://bugs.webkit.org/show_bug.cgi?id=194287

Patch by Olivier Blin <[email protected]> on 2019-02-05
Reviewed by Philippe Normand.

python3-setuptools is needed to build meson in jhbuild.
It is already required by the GTK port.

* wpe/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (240977 => 240978)


--- trunk/Tools/ChangeLog	2019-02-05 17:21:24 UTC (rev 240977)
+++ trunk/Tools/ChangeLog	2019-02-05 17:44:58 UTC (rev 240978)
@@ -1,3 +1,15 @@
+2019-02-05  Olivier Blin  <[email protected]>
+
+        [WPE] require python3-setuptools for meson build in jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=194287
+
+        Reviewed by Philippe Normand.
+
+        python3-setuptools is needed to build meson in jhbuild.
+        It is already required by the GTK port.
+
+        * wpe/install-dependencies:
+
 2019-02-05  Aakash Jain  <[email protected]>
 
         [ews-app] Add method to save BuilderMapping to database

Modified: trunk/Tools/wpe/install-dependencies (240977 => 240978)


--- trunk/Tools/wpe/install-dependencies	2019-02-05 17:21:24 UTC (rev 240977)
+++ trunk/Tools/wpe/install-dependencies	2019-02-05 17:44:58 UTC (rev 240978)
@@ -131,6 +131,7 @@
         libxrandr-dev \
         libwayland-dev \
         luajit \
+        python3-setuptools \
         yasm"
 
     # These are dependencies necessary for using webkit-patch
@@ -223,6 +224,7 @@
         opus \
         orc \
         perl-xml-libxml \
+        python3-setuptools \
         util-linux \
         v4l-utils \
         xorg-xrandr \
@@ -316,6 +318,7 @@
         orc-devel \
         perl-XML-LibXML \
         pulseaudio-libs-devel \
+        python3-setuptools \
         wayland-devel \
         yasm"
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to