Title: [272365] trunk/Tools
Revision
272365
Author
commit-qu...@webkit.org
Date
2021-02-04 03:02:50 -0800 (Thu, 04 Feb 2021)

Log Message

Modifications to Tools/wpe/install-dependencies
https://bugs.webkit.org/show_bug.cgi?id=221254

Patch by Eleni Maria Stea <es...@igalia.com> on 2021-02-04
Reviewed by Adrian Perez de Castro.

* wpe/install-dependencies: python-psutil is replaced with
python3-psutil that is present in Debian/Ubuntu/Raspbian. libegl-mesa0
is added in the dependencies list as it's required for libegl1-mesa-dev
to be installed.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (272364 => 272365)


--- trunk/Tools/ChangeLog	2021-02-04 10:42:19 UTC (rev 272364)
+++ trunk/Tools/ChangeLog	2021-02-04 11:02:50 UTC (rev 272365)
@@ -1,3 +1,16 @@
+2021-02-04  Eleni Maria Stea  <es...@igalia.com>
+
+        Modifications to Tools/wpe/install-dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=221254
+
+        Reviewed by Adrian Perez de Castro.
+
+        * wpe/install-dependencies: python-psutil is replaced with
+        python3-psutil that is present in Debian/Ubuntu/Raspbian. libegl-mesa0
+        is added in the dependencies list as it's required for libegl1-mesa-dev
+        to be installed.
+
+
 2021-02-03  Jiewen Tan  <jiewen_...@apple.com>
 
         [WebAuthn] Allow one user gesture free prompt for each navigation

Modified: trunk/Tools/wpe/install-dependencies (272364 => 272365)


--- trunk/Tools/wpe/install-dependencies	2021-02-04 10:42:19 UTC (rev 272364)
+++ trunk/Tools/wpe/install-dependencies	2021-02-04 11:02:50 UTC (rev 272365)
@@ -106,7 +106,7 @@
         psmisc \
         pulseaudio-utils \
         python-gi \
-        python-psutil \
+        python3-psutil \
         ruby \
         ruby-highline \
         ruby-json"
@@ -120,6 +120,7 @@
         git \
         gsettings-desktop-schemas-dev \
         gyp \
+        libegl-mesa0 \
         libegl1-mesa-dev \
         libexpat1-dev \
         libfdk-aac-dev \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to