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
@ -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…
x
Reference in New Issue
Block a user