WebKit Bugzilla
Attachment 358335 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-20190104194641.patch (text/plain), 1.74 KB, created by
Oriol Brufau
on 2019-01-04 10:46:42 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Oriol Brufau
Created:
2019-01-04 10:46:42 PST
Size:
1.74 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..5c8d0f4f05b36951654fe927c4dec44c34a15950 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 \
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