WebKit Bugzilla
Attachment 361192 Details for
Bug 194287
: [WPE] require python3-setuptools for meson build in jhbuild
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194287-20190205174103.patch (text/plain), 1.61 KB, created by
Olivier Blin
on 2019-02-05 08:41:04 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Olivier Blin
Created:
2019-02-05 08:41:04 PST
Size:
1.61 KB
patch
obsolete
>Subversion Revision: 240968 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index b7b9d2356ccbe9e80ceb701d16d61eeac3fb74b9..5acecaaeece2cfd51891e90b79b102a5e554bc46 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,15 @@ >+2019-02-05 Olivier Blin <olivier.blin@softathome.com> >+ >+ [WPE] require python3-setuptools for meson build in jhbuild >+ https://bugs.webkit.org/show_bug.cgi?id=194287 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ python3-setuptools is needed to build meson in jhbuild. >+ It is already required by the GTK port. >+ >+ * wpe/install-dependencies: >+ > 2019-02-04 Ms2ger <Ms2ger@igalia.com> > > [GTK][WPE] Need a function to convert internal URI to display ("pretty") URI >diff --git a/Tools/wpe/install-dependencies b/Tools/wpe/install-dependencies >index 75ef7fcd04aff28c38ce62686a45c9bb6af83769..4646db9e6c48f586f6644801a8bb0a5d02770f0f 100755 >--- a/Tools/wpe/install-dependencies >+++ b/Tools/wpe/install-dependencies >@@ -131,6 +131,7 @@ function installDependenciesWithApt { > libxrandr-dev \ > libwayland-dev \ > luajit \ >+ python3-setuptools \ > yasm" > > # These are dependencies necessary for using webkit-patch >@@ -223,6 +224,7 @@ function installDependenciesWithPacman { > opus \ > orc \ > perl-xml-libxml \ >+ python3-setuptools \ > util-linux \ > v4l-utils \ > xorg-xrandr \ >@@ -316,6 +318,7 @@ function installDependenciesWithDnf { > orc-devel \ > perl-XML-LibXML \ > pulseaudio-libs-devel \ >+ python3-setuptools \ > wayland-devel \ > yasm" >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194287
: 361192