mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
meson: fix dependency type name to check for
This commit is contained in:
parent
b7bfcc32d1
commit
b680870c32
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ gstgl_dep = dependency('gstreamer-gl-1.0', version : gst_req,
|
|||
build_gstgl = gstgl_dep.found() # FIXME: add option?
|
||||
|
||||
if build_gstgl
|
||||
if gstgl_dep.type_name() == 'pkg'
|
||||
if gstgl_dep.type_name() == 'pkgconfig'
|
||||
gst_gl_winsys = gstgl_dep.get_pkgconfig_variable('gl_winsys')
|
||||
gst_gl_platforms = gstgl_dep.get_pkgconfig_variable('gl_platforms')
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue