Title: [213868] trunk/Tools
- Revision
- 213868
- Author
- clo...@igalia.com
- Date
- 2017-03-13 14:26:11 -0700 (Mon, 13 Mar 2017)
Log Message
[GTK] install-dependencies needs to install Perl CGI modules on Debian based distros
https://bugs.webkit.org/show_bug.cgi?id=169563
Reviewed by Michael Catanzaro.
* gtk/install-dependencies:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (213867 => 213868)
--- trunk/Tools/ChangeLog 2017-03-13 21:14:43 UTC (rev 213867)
+++ trunk/Tools/ChangeLog 2017-03-13 21:26:11 UTC (rev 213868)
@@ -1,3 +1,12 @@
+2017-03-13 Carlos Alberto Lopez Perez <clo...@igalia.com>
+
+ [GTK] install-dependencies needs to install Perl CGI modules on Debian based distros
+ https://bugs.webkit.org/show_bug.cgi?id=169563
+
+ Reviewed by Michael Catanzaro.
+
+ * gtk/install-dependencies:
+
2017-03-13 Devin Rousso <web...@devinrousso.com>
Unreviewed, fix accidental comma.
Modified: trunk/Tools/gtk/install-dependencies (213867 => 213868)
--- trunk/Tools/gtk/install-dependencies 2017-03-13 21:14:43 UTC (rev 213867)
+++ trunk/Tools/gtk/install-dependencies 2017-03-13 21:26:11 UTC (rev 213868)
@@ -150,6 +150,7 @@
gdb \
libapache2-mod-bw \
$(aptIfElse libapache2-mod-php7.0 libapache2-mod-php5) \
+ libcgi-pm-perl \
libgpg-error-dev \
psmisc \
pulseaudio-utils \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes