Title: [210575] trunk/Tools
Revision
210575
Author
[email protected]
Date
2017-01-10 20:07:54 -0800 (Tue, 10 Jan 2017)

Log Message

[GTK] install-dependencies script misses gdb
https://bugs.webkit.org/show_bug.cgi?id=166917

Reviewed by Michael Catanzaro.

gdb is needed for generating the crash logs.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (210574 => 210575)


--- trunk/Tools/ChangeLog	2017-01-11 03:56:12 UTC (rev 210574)
+++ trunk/Tools/ChangeLog	2017-01-11 04:07:54 UTC (rev 210575)
@@ -1,3 +1,14 @@
+2017-01-10  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [GTK] install-dependencies script misses gdb
+        https://bugs.webkit.org/show_bug.cgi?id=166917
+
+        Reviewed by Michael Catanzaro.
+
+        gdb is needed for generating the crash logs.
+
+        * gtk/install-dependencies:
+
 2017-01-10  Michael Catanzaro  <[email protected]>
 
         [GTK] No way for applications to set notification permissions without waiting for permission request

Modified: trunk/Tools/gtk/install-dependencies (210574 => 210575)


--- trunk/Tools/gtk/install-dependencies	2017-01-11 03:56:12 UTC (rev 210574)
+++ trunk/Tools/gtk/install-dependencies	2017-01-11 04:07:54 UTC (rev 210575)
@@ -147,6 +147,7 @@
         apache2 \
         curl \
         dbus-x11 \
+        gdb \
         libapache2-mod-bw \
         $(aptIfElse libapache2-mod-php7.0 libapache2-mod-php5) \
         libgpg-error-dev \
@@ -291,6 +292,7 @@
     packages="$packages \
         apache \
         curl \
+        gdb \
         hunspell \
         hunspell-en \
         php-apache \
@@ -413,6 +415,7 @@
     packages="$packages \
         curl \
         dbus-x11 \
+        gdb \
         hunspell-en \
         httpd \
         libgpg-error-devel \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to