Title: [149109] trunk/Tools
- Revision
- 149109
- Author
- [email protected]
- Date
- 2013-04-25 07:19:40 -0700 (Thu, 25 Apr 2013)
Log Message
[GTK] Tools/gtk/install-dependencies added ragel dependency
https://bugs.webkit.org/show_bug.cgi?id=115163
Patch by Xavier Castano <[email protected]> on 2013-04-25
Reviewed by Xan Lopez.
The install-dependencies script was missing a dependency on ragel
which is expected when building HarfBuzz.
* gtk/install-dependencies: Added a dependency on ragel for both
apt and yum.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (149108 => 149109)
--- trunk/Tools/ChangeLog 2013-04-25 14:05:51 UTC (rev 149108)
+++ trunk/Tools/ChangeLog 2013-04-25 14:19:40 UTC (rev 149109)
@@ -1,3 +1,16 @@
+2013-04-25 Xavier Castano <[email protected]>
+
+ [GTK] Tools/gtk/install-dependencies added ragel dependency
+ https://bugs.webkit.org/show_bug.cgi?id=115163
+
+ Reviewed by Xan Lopez.
+
+ The install-dependencies script was missing a dependency on ragel
+ which is expected when building HarfBuzz.
+
+ * gtk/install-dependencies: Added a dependency on ragel for both
+ apt and yum.
+
2013-04-25 Eduardo Lima Mitev <[email protected]>
[GTK] Remove pango from optional jhbuild dependencies
Modified: trunk/Tools/gtk/install-dependencies (149108 => 149109)
--- trunk/Tools/gtk/install-dependencies 2013-04-25 14:05:51 UTC (rev 149108)
+++ trunk/Tools/gtk/install-dependencies 2013-04-25 14:19:40 UTC (rev 149109)
@@ -98,7 +98,8 @@
libgpg-error-dev \
libp11-kit-dev \
libtiff4-dev \
- libcroco3-dev
+ libcroco3-dev \
+ ragel
}
function installDependenciesWithYum {
@@ -162,7 +163,8 @@
libp11-devel \
libtiff-devel \
libcroco-devel \
- mesa-libEGL-devel
+ mesa-libEGL-devel \
+ ragel
}
checkInstaller
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes