Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:junknot
gstreamer-plugins-bad
no-wayland-fix.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-wayland-fix.patch of Package gstreamer-plugins-bad
diff -ruN gst-plugins-bad-1.24.7/ext/gtk/meson.build gst-plugins-bad-1.24.7.nowayland/ext/gtk/meson.build --- gst-plugins-bad-1.24.7/ext/gtk/meson.build 2024-08-21 07:25:15.000000000 -0400 +++ gst-plugins-bad-1.24.7.nowayland/ext/gtk/meson.build 2024-09-10 23:11:55.379154412 -0400 @@ -6,17 +6,18 @@ 'gtkgstwaylandwidget.c', ] -gtk_dep = dependency('gtk+-3.0', required : get_option('gtk3')) -gtk_wayland_dep = dependency('gtk+-wayland-3.0', required : get_option('gtk3')) - -if gtk_dep.found() and gtk_wayland_dep.found() and use_wayland - gstgtkwayland = library('gstgtkwayland', - gtkwayland_sources, - c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'], - include_directories : [configinc], - dependencies : [gtk_dep, gstvideo_dep, gstwayland_dep], - install : true, - install_dir : plugins_install_dir, - ) - plugins += [gstgtkwayland] +if use_wayland + gtk_dep = dependency('gtk+-3.0', required : get_option('gtk3')) + gtk_wayland_dep = dependency('gtk+-wayland-3.0', required : get_option('gtk3')) + if gtk_dep.found() and gtk_wayland_dep.found() + gstgtkwayland = library('gstgtkwayland', + gtkwayland_sources, + c_args : gst_plugins_bad_args + ['-DGST_USE_UNSTABLE_API'], + include_directories : [configinc], + dependencies : [gtk_dep, gstvideo_dep, gstwayland_dep], + install : true, + install_dir : plugins_install_dir, + ) + plugins += [gstgtkwayland] + endif endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor