configure: require wayland >= 1.0.0
We have an API stable release now, require that.
This commit is contained in:
parent
cf1f4871d7
commit
64d7e27811
@ -946,7 +946,7 @@ AG_GST_CHECK_FEATURE(DIRECTFB, [directfb], dfbvideosink , [
|
|||||||
dnl **** Wayland ****
|
dnl **** Wayland ****
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_WAYLAND, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_WAYLAND, true)
|
||||||
AG_GST_CHECK_FEATURE(WAYLAND, [wayland sink], wayland , [
|
AG_GST_CHECK_FEATURE(WAYLAND, [wayland sink], wayland , [
|
||||||
PKG_CHECK_MODULES(WAYLAND, wayland-client >= 0.99, [
|
PKG_CHECK_MODULES(WAYLAND, wayland-client >= 1.0.0, [
|
||||||
HAVE_WAYLAND="yes" ], [ HAVE_WAYLAND="no"
|
HAVE_WAYLAND="yes" ], [ HAVE_WAYLAND="no"
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user