gl:meson: Minor typo fix
authorThibault Saunier <tsaunier@igalia.com>
Mon, 29 Aug 2022 14:20:55 +0000 (10:20 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 15 Sep 2022 20:11:46 +0000 (20:11 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2954>

subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build

index ad234c8..346ab03 100644 (file)
@@ -1062,7 +1062,7 @@ if build_gstgl
     'gl_apis=' + ' '.join(enabled_gl_apis),
   ]
 
-  library_def = {'lib': pbutils}
+  library_def = {'lib': gstgl}
   pkg_name = 'gstreamer-gl-1.0'
   pkgconfig.generate(gstgl,
     libraries : [gstvideo, gst_base_dep, gst_dep],