Title: [237032] trunk/Tools
Revision
237032
Author
csaave...@igalia.com
Date
2018-10-11 03:41:43 -0700 (Thu, 11 Oct 2018)

Log Message

[GStreamer] Do not build gstgtk plugins
https://bugs.webkit.org/show_bug.cgi?id=190463

Reviewed by Xabier Rodriguez-Calvar.

These plugins pull a GTK+ dependency that, at least in WPE,
is unnecessary. The GTK+ port doesn't need it either, as far
as I can tell.

* gstreamer/jhbuild.modules: Disable gstgtk plugins

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (237031 => 237032)


--- trunk/Tools/ChangeLog	2018-10-11 10:26:52 UTC (rev 237031)
+++ trunk/Tools/ChangeLog	2018-10-11 10:41:43 UTC (rev 237032)
@@ -1,3 +1,16 @@
+2018-10-11  Claudio Saavedra  <csaave...@igalia.com>
+
+        [GStreamer] Do not build gstgtk plugins
+        https://bugs.webkit.org/show_bug.cgi?id=190463
+
+        Reviewed by Xabier Rodriguez-Calvar.
+
+        These plugins pull a GTK+ dependency that, at least in WPE,
+        is unnecessary. The GTK+ port doesn't need it either, as far
+        as I can tell.
+
+        * gstreamer/jhbuild.modules: Disable gstgtk plugins
+
 2018-10-11  Alejandro G. Castro  <a...@igalia.com>
 
         [GTK][WPE] Add mediaDevices.enumerateDevices support

Modified: trunk/Tools/gstreamer/jhbuild.modules (237031 => 237032)


--- trunk/Tools/gstreamer/jhbuild.modules	2018-10-11 10:26:52 UTC (rev 237031)
+++ trunk/Tools/gstreamer/jhbuild.modules	2018-10-11 10:41:43 UTC (rev 237032)
@@ -92,7 +92,7 @@
     </branch>
   </autotools>
 
-  <autotools id="gst-plugins-bad" autogen-sh="configure" autogenargs="--disable-examples --disable-gtk-doc --disable-introspection">
+  <autotools id="gst-plugins-bad" autogen-sh="configure" autogenargs="--disable-examples --disable-gtk-doc --disable-introspection --disable-gtk3">
     <dependencies>
       <dep package="graphene"/>
       <dep package="gst-plugins-base"/>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to