File jhbuild-disable-wayland.patch of Package jhbuild
--- jhbuild/defaults.jhbuildrc
+++ jhbuild/defaults.jhbuildrc
@@ -240,3 +240,6 @@
# Whether '--disable-Werror' should be passed to automake modules
disable_Werror = True
+
+# OpenSUSE42.2 doesn't support Wayland
+module_autogenargs['gst-plugins-bad'] = autogenargs + ' --disable-wayland'
--- jhbuild/utils/sysid.py
+++ jhbuild/utils/sysid.py
@@ -129,7 +129,7 @@
# of 'freebsd') then we just need to make sure the more-specific one
# comes first in the list
conditions_sets = [
- ('linux', ['linux', 'wayland', 'udev', 'x11', 'systemd', 'gnu-elf']),
+ ('linux', ['linux', 'udev', 'x11', 'systemd', 'gnu-elf']),
('freebsd', ['freebsd', 'x11', 'bsd', 'gnu-elf', 'gmake']),
('darwin', ['darwin', 'macos', 'quartz']),