mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
wayland: don't try to build against 0.99 or later
The plugin needs updating for some API changes since 0.95.
This commit is contained in:
parent
f768dfd925
commit
b1cd1e7a88
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ AG_GST_CHECK_FEATURE(DIRECTFB, [directfb], dfbvideosink , [
|
|||
dnl **** Wayland ****
|
||||
translit(dnm, m, l) AM_CONDITIONAL(USE_WAYLAND, true)
|
||||
AG_GST_CHECK_FEATURE(WAYLAND, [wayland sink], wayland , [
|
||||
PKG_CHECK_MODULES(WAYLAND, wayland-client >= 0.95.0, [
|
||||
PKG_CHECK_MODULES(WAYLAND, wayland-client == 0.95, [
|
||||
HAVE_WAYLAND="yes" ], [ HAVE_WAYLAND="no"
|
||||
])
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue