mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
meson: gl: the winsys and platform list in the .pc file is space-separated
This commit is contained in:
parent
93540dac16
commit
19be4a0546
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ elif omx_target == 'rpi'
|
|||
|
||||
if gstgl_dep.found()
|
||||
if gstgl_dep.type_name() == 'pkgconfig'
|
||||
gl_winsys = gstgl_dep.get_pkgconfig_variable('gl_winsys').split(',')
|
||||
gl_platforms = gstgl_dep.get_pkgconfig_variable('gl_platforms').split(',')
|
||||
gl_winsys = gstgl_dep.get_pkgconfig_variable('gl_winsys').split(' ')
|
||||
gl_platforms = gstgl_dep.get_pkgconfig_variable('gl_platforms').split(' ')
|
||||
elif gstgl_dep.type_name() == 'internal'
|
||||
# XXX assume gst-plugins-base was built with dispmanx and egl support
|
||||
gl_winsys = ['dispmanx']
|
||||
|
|
Loading…
Reference in a new issue