Title: [183743] trunk/Tools
Revision
183743
Author
[email protected]
Date
2015-05-04 04:20:12 -0700 (Mon, 04 May 2015)

Log Message

[GTK] Add libnotify in gtk install-dependencies
https://bugs.webkit.org/show_bug.cgi?id=144379

Patch by Joonghun Park <[email protected]> on 2015-05-04
Reviewed by Csaba Osztrogonác.

* gtk/install-dependencies:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (183742 => 183743)


--- trunk/Tools/ChangeLog	2015-05-04 10:04:37 UTC (rev 183742)
+++ trunk/Tools/ChangeLog	2015-05-04 11:20:12 UTC (rev 183743)
@@ -1,3 +1,12 @@
+2015-05-04  Joonghun Park  <[email protected]>
+
+        [GTK] Add libnotify in gtk install-dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=144379
+
+        Reviewed by Csaba Osztrogonác.
+
+        * gtk/install-dependencies:
+
 2015-05-01  Mario Sanchez Prada  <[email protected]>
 
         check-webkit-style fails due to system pylint

Modified: trunk/Tools/gtk/install-dependencies (183742 => 183743)


--- trunk/Tools/gtk/install-dependencies	2015-05-04 10:04:37 UTC (rev 183742)
+++ trunk/Tools/gtk/install-dependencies	2015-05-04 11:20:12 UTC (rev 183743)
@@ -211,6 +211,7 @@
         mpg123 \
         opus \
         pango \
+        libnotify \
         libpng \
         libpulse \
         librsvg \
@@ -321,6 +322,7 @@
         libgudev1-devel \
         libicu-devel \
         libjpeg-turbo-devel \
+        libnotify-devel \
         libpng-devel \
         libsecret-devel \
         libsoup-devel \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to