mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
parent
adfd8aa696
commit
0b641a4953
2 changed files with 3 additions and 3 deletions
|
@ -2298,7 +2298,7 @@ AG_GST_CHECK_FEATURE(WEBRTC, [WebRTC], webrtc, [
|
||||||
dnl *** WPE ***
|
dnl *** WPE ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_WPE, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_WPE, true)
|
||||||
AG_GST_CHECK_FEATURE(WPE, [WPE plug-in], wpe, [
|
AG_GST_CHECK_FEATURE(WPE, [WPE plug-in], wpe, [
|
||||||
PKG_CHECK_MODULES(WPE, [ wpe-webkit-0.1 >= 2.22 wpebackend-fdo-0.1 egl xkbcommon ], [
|
PKG_CHECK_MODULES(WPE, [ wpe-webkit-1.0 >= 2.24 wpebackend-fdo-1.0 egl xkbcommon ], [
|
||||||
HAVE_WPE="yes" ], [
|
HAVE_WPE="yes" ], [
|
||||||
HAVE_WPE="no"
|
HAVE_WPE="no"
|
||||||
])
|
])
|
||||||
|
|
|
@ -6,8 +6,8 @@ if not gstgl_dep.found()
|
||||||
subdir_done()
|
subdir_done()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
wpe_dep = dependency('wpe-webkit-0.1', required : get_option('wpe'))
|
wpe_dep = dependency('wpe-webkit-1.0', version : '>= 2.24', required : get_option('wpe'))
|
||||||
wpe_fdo_dep = dependency('wpebackend-fdo-0.1', required : get_option('wpe'))
|
wpe_fdo_dep = dependency('wpebackend-fdo-1.0', required : get_option('wpe'))
|
||||||
egl_dep = dependency('egl', required : get_option('wpe'))
|
egl_dep = dependency('egl', required : get_option('wpe'))
|
||||||
xkbcommon_dep = dependency('xkbcommon', version : '>= 0.8', required : get_option('wpe'))
|
xkbcommon_dep = dependency('xkbcommon', version : '>= 0.8', required : get_option('wpe'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue