Title: [149048] trunk/Tools
- Revision
- 149048
- Author
- [email protected]
- Date
- 2013-04-24 10:50:29 -0700 (Wed, 24 Apr 2013)
Log Message
[GTK] Update build dependencies
https://bugs.webkit.org/show_bug.cgi?id=115111
Patch by Simon Pena <[email protected]> on 2013-04-24
Reviewed by Martin Robinson.
The install-dependencies script was missing a dependency on EGL,
which is expected when building Cairo.
* gtk/install-dependencies: Added a dependency on libegl1-mesa
for both apt and yum.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (149047 => 149048)
--- trunk/Tools/ChangeLog 2013-04-24 17:43:14 UTC (rev 149047)
+++ trunk/Tools/ChangeLog 2013-04-24 17:50:29 UTC (rev 149048)
@@ -1,3 +1,16 @@
+2013-04-24 Simon Pena <[email protected]>
+
+ [GTK] Update build dependencies
+ https://bugs.webkit.org/show_bug.cgi?id=115111
+
+ Reviewed by Martin Robinson.
+
+ The install-dependencies script was missing a dependency on EGL,
+ which is expected when building Cairo.
+
+ * gtk/install-dependencies: Added a dependency on libegl1-mesa
+ for both apt and yum.
+
2013-04-24 Seokju Kwon <[email protected]>
Remove the Chromium-specific helper from run_webkit_tests.py
Modified: trunk/Tools/gtk/install-dependencies (149047 => 149048)
--- trunk/Tools/gtk/install-dependencies 2013-04-24 17:43:14 UTC (rev 149047)
+++ trunk/Tools/gtk/install-dependencies 2013-04-24 17:50:29 UTC (rev 149048)
@@ -93,6 +93,7 @@
apt-get install \
gobject-introspection \
icon-naming-utils \
+ libegl1-mesa-dev \
libgcrypt11-dev \
libgpg-error-dev \
libp11-kit-dev \
@@ -160,7 +161,8 @@
libgpg-error-devel \
libp11-devel \
libtiff-devel \
- libcroco-devel
+ libcroco-devel \
+ mesa-libEGL-devel
}
checkInstaller
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes