gl:meson: Minor typo fix

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2954>
This commit is contained in:
Thibault Saunier 2022-08-29 10:20:55 -04:00 committed by GStreamer Marge Bot
parent ebcaf35839
commit a75f74d2cd

View file

@ -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],