Fix Tools/Scripts/update-webkitgtk-libs build failure in 'gst-plugins-bad'
https://bugs.webkit.org/show_bug.cgi?id=202931

Reviewed by Philippe Normand.

OpenEXR dependency is not required and causes a build failure on Ubuntu
19.04 with OpenEXR 2.2.1, as described here:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1089

* gstreamer/jhbuild.modules: Disable openexr in meson build options.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@251075 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 930786c..9f00b47 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,16 @@
+2019-10-14  Nikolas Zimmermann  <nzimmermann@igalia.com>
+
+        Fix Tools/Scripts/update-webkitgtk-libs build failure in 'gst-plugins-bad'
+        https://bugs.webkit.org/show_bug.cgi?id=202931
+
+        Reviewed by Philippe Normand.
+
+        OpenEXR dependency is not required and causes a build failure on Ubuntu
+        19.04 with OpenEXR 2.2.1, as described here:
+        https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1089
+
+        * gstreamer/jhbuild.modules: Disable openexr in meson build options.
+
 2019-10-14  Jonathan Bedard  <jbedard@apple.com>
 
         results.webkit.org: Make recent=False more usable
diff --git a/Tools/gstreamer/jhbuild.modules b/Tools/gstreamer/jhbuild.modules
index fc4bf3f..34023b8 100644
--- a/Tools/gstreamer/jhbuild.modules
+++ b/Tools/gstreamer/jhbuild.modules
@@ -85,7 +85,7 @@
     </branch>
   </meson>
 
-  <meson id="gst-plugins-bad" mesonargs="-Dgtk_doc=disabled -Dintrospection=disabled -Dexamples=disabled">
+  <meson id="gst-plugins-bad" mesonargs="-Dgtk_doc=disabled -Dintrospection=disabled -Dexamples=disabled -Dopenexr=disabled">
     <dependencies>
       <dep package="graphene"/>
       <dep package="gst-plugins-base"/>