mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
gl:meson: Minor typo fix
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2954>
This commit is contained in:
parent
ebcaf35839
commit
a75f74d2cd
1 changed files with 1 additions and 1 deletions
|
@ -1062,7 +1062,7 @@ if build_gstgl
|
||||||
'gl_apis=' + ' '.join(enabled_gl_apis),
|
'gl_apis=' + ' '.join(enabled_gl_apis),
|
||||||
]
|
]
|
||||||
|
|
||||||
library_def = {'lib': pbutils}
|
library_def = {'lib': gstgl}
|
||||||
pkg_name = 'gstreamer-gl-1.0'
|
pkg_name = 'gstreamer-gl-1.0'
|
||||||
pkgconfig.generate(gstgl,
|
pkgconfig.generate(gstgl,
|
||||||
libraries : [gstvideo, gst_base_dep, gst_dep],
|
libraries : [gstvideo, gst_base_dep, gst_dep],
|
||||||
|
|
Loading…
Reference in a new issue