Title: [231020] trunk/Tools
Revision
231020
Author
[email protected]
Date
2018-04-25 14:13:33 -0700 (Wed, 25 Apr 2018)

Log Message

[WPE] libgstggtk.so broken in jhbuild environment
https://bugs.webkit.org/show_bug.cgi?id=184984

Reviewed by Carlos Alberto Lopez Perez.

Don't pass --enable-glx=no when building libepoxy, to ensure it's compatible with
gst-plugins-good.

* wpe/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (231019 => 231020)


--- trunk/Tools/ChangeLog	2018-04-25 20:48:03 UTC (rev 231019)
+++ trunk/Tools/ChangeLog	2018-04-25 21:13:33 UTC (rev 231020)
@@ -1,3 +1,15 @@
+2018-04-25  Michael Catanzaro  <[email protected]>
+
+        [WPE] libgstggtk.so broken in jhbuild environment
+        https://bugs.webkit.org/show_bug.cgi?id=184984
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        Don't pass --enable-glx=no when building libepoxy, to ensure it's compatible with
+        gst-plugins-good.
+
+        * wpe/jhbuild.modules:
+
 2018-04-25  Ryosuke Niwa  <[email protected]>
 
         PSON: Don't create a new process when navigating to a blob URL, data URL, and about:blank

Modified: trunk/Tools/wpe/jhbuild.modules (231019 => 231020)


--- trunk/Tools/wpe/jhbuild.modules	2018-04-25 20:48:03 UTC (rev 231019)
+++ trunk/Tools/wpe/jhbuild.modules	2018-04-25 21:13:33 UTC (rev 231020)
@@ -196,7 +196,7 @@
     </dependencies>
   </autotools>
 
-  <autotools id="libepoxy" autogen-sh="configure" autogenargs="--enable-glx=no">
+  <autotools id="libepoxy" autogen-sh="configure">
     <branch module="anholt/libepoxy/releases/download/1.4.3/libepoxy-1.4.3.tar.xz"
             version="1.4.3" repo="github-tarball"/>
   </autotools>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to