WebKit Bugzilla
Attachment 359517 Details for
Bug 193584
: [GTK] install-dependencies tool looks for libunistring-dev for dnf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193584-20190118144022.patch (text/plain), 1.15 KB, created by
Joanmarie Diggs
on 2019-01-18 11:40:23 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Joanmarie Diggs
Created:
2019-01-18 11:40:23 PST
Size:
1.15 KB
patch
obsolete
>Subversion Revision: 240159 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 4ce859c1529773c334f841a749f687f1113c2b65..c8b7ec49079b1333c80858b2ea8de21c03e9de6f 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,14 @@ >+2019-01-18 Joanmarie Diggs <jdiggs@igalia.com> >+ >+ [GTK] install-dependencies tool looks for libunistring-dev for dnf >+ https://bugs.webkit.org/show_bug.cgi?id=193584 >+ >+ Change "-dev" to "-devel". >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * gtk/install-dependencies: >+ > 2019-01-18 Youenn Fablet <youenn@apple.com> > > Add a new SPI to request for cache storage quota increase >diff --git a/Tools/gtk/install-dependencies b/Tools/gtk/install-dependencies >index 8cfd5184ba068aeb078d10271c1366113db9aed8..079a679c3a6fceb00969cb349ffb2fc7afc91c57 100755 >--- a/Tools/gtk/install-dependencies >+++ b/Tools/gtk/install-dependencies >@@ -530,7 +530,7 @@ function installDependenciesWithDnf { > libproxy-devel \ > libpsl-devel \ > libtiff-devel \ >- libunistring-dev \ >+ libunistring-devel \ > libxcb-devel \ > libxkbfile-devel \ > libxkbcommon-x11-devel \
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 193584
: 359517