Title: [209799] trunk/Tools
- Revision
- 209799
- Author
- [email protected]
- Date
- 2016-12-14 05:41:31 -0800 (Wed, 14 Dec 2016)
Log Message
[GTK] Yasm is needed for building the JHBuild after r208940
https://bugs.webkit.org/show_bug.cgi?id=165837
Reviewed by Alejandro G. Castro.
* gtk/install-dependencies: Yasm is needed for building libvpx.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (209798 => 209799)
--- trunk/Tools/ChangeLog 2016-12-14 12:22:47 UTC (rev 209798)
+++ trunk/Tools/ChangeLog 2016-12-14 13:41:31 UTC (rev 209799)
@@ -1,3 +1,12 @@
+2016-12-14 Carlos Alberto Lopez Perez <[email protected]>
+
+ [GTK] Yasm is needed for building the JHBuild after r208940
+ https://bugs.webkit.org/show_bug.cgi?id=165837
+
+ Reviewed by Alejandro G. Castro.
+
+ * gtk/install-dependencies: Yasm is needed for building libvpx.
+
2016-12-14 Youenn Fablet <[email protected]>
Test infrastructure should allow to filter out text output before doing a comparison with the baseline
Modified: trunk/Tools/gtk/install-dependencies (209798 => 209799)
--- trunk/Tools/gtk/install-dependencies 2016-12-14 12:22:47 UTC (rev 209798)
+++ trunk/Tools/gtk/install-dependencies 2016-12-14 13:41:31 UTC (rev 209799)
@@ -205,7 +205,8 @@
x11proto-xf86dri-dev \
xfonts-utils \
xtrans-dev \
- xutils-dev"
+ xutils-dev \
+ yasm"
# These are dependencies necessary for using webkit-patch
packages="$packages \
@@ -343,7 +344,8 @@
xorg-font-utils \
xorg-util-macros \
xtrans \
- xorg-utils"
+ xorg-utils \
+ yasm"
# These are dependencies necessary for using webkit-patch
packages="$packages \
@@ -459,7 +461,8 @@
xorg-x11-font-utils \
xorg-x11-proto-devel \
xorg-x11-util-macros \
- xorg-x11-xtrans-devel"
+ xorg-x11-xtrans-devel \
+ yasm"
# These are dependencies necessary for using webkit-patch
packages="$packages
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes