WebKit Bugzilla
Attachment 358439 Details for
Bug 193136
: [GTK] install-dependencies should install python3-setuptools, libunistring-dev, bison, flex
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193136-20190105185251.patch (text/plain), 3.26 KB, created by
Oriol Brufau
on 2019-01-05 09:52:52 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oriol Brufau
Created:
2019-01-05 09:52:52 PST
Size:
3.26 KB
patch
obsolete
>Subversion Revision: 239605 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 48d642a731de0cb5defc0e961da2451d0442a9e7..3ba96fefc00f7c66259759d6587ed7d5cd589ea6 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,14 @@ >+2019-01-04 Oriol Brufau <obrufau@igalia.com> >+ >+ [GTK] Add python3-setuptools, libunistring-dev, bison and flex dependencies >+ https://bugs.webkit.org/show_bug.cgi?id=193136 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * gtk/install-dependencies: >+ Add python3-setuptools, libunistring-dev, bison and flex to install-dependencies, >+ they are needed by update-webkitgtk-libs. >+ > 2019-01-03 Ross Kirsling <ross.kirsling@sony.com> > > test262-runner misbehaves when test file YAML has a trailing space >diff --git a/Tools/gtk/install-dependencies b/Tools/gtk/install-dependencies >index d4d79e57e0c426f3dc355a26c2fadb6ff111be38..59a8f735cc74d9f759a7e47b3844de6a355dac20 100755 >--- a/Tools/gtk/install-dependencies >+++ b/Tools/gtk/install-dependencies >@@ -173,6 +173,8 @@ function installDependenciesWithApt { > > # These are dependencies necessary for building the jhbuild. > packages="$packages \ >+ bison \ >+ flex \ > git \ > gobject-introspection \ > gsettings-desktop-schemas-dev \ >@@ -198,6 +200,7 @@ function installDependenciesWithApt { > libpsl-dev \ > libssl-dev \ > libtiff5-dev \ >+ libunistring-dev \ > libv4l-dev \ > libxcb-composite0-dev \ > libxcb-xfixes0-dev \ >@@ -209,6 +212,7 @@ function installDependenciesWithApt { > libudev-dev \ > libxml-libxml-perl \ > python-dev \ >+ python3-setuptools \ > ragel \ > x11proto-bigreqs-dev \ > x11proto-composite-dev \ >@@ -334,7 +338,9 @@ function installDependenciesWithPacman { > # 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 @@ function installDependenciesWithPacman { > libproxy \ > libpsl \ > libtiff \ >+ libunistring-dev \ > libxfixes \ > libxfont2 \ > libxcb \ >@@ -362,6 +369,7 @@ function installDependenciesWithPacman { > perl-xml-libxml\ > python2 \ > python2-lxml \ >+ python3-setuptools \ > ragel \ > bigreqsproto \ > compositeproto \ >@@ -497,9 +505,11 @@ function installDependenciesWithDnf { > > # 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 @@ function installDependenciesWithDnf { > libproxy-devel \ > libpsl-devel \ > libtiff-devel \ >+ libunistring-dev \ > libxcb-devel \ > libxkbfile-devel \ > libxkbcommon-x11-devel \ >@@ -525,6 +536,7 @@ function installDependenciesWithDnf { > mtdev-devel \ > orc-devel \ > perl-XML-LibXML \ >+ python3-setuptools \ > ragel \ > systemd-devel \ > xorg-x11-font-utils \
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 193136
:
358335
| 358439