From a75f74d2cdea5345cc6cf7ded763b385d1727b49 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 29 Aug 2022 10:20:55 -0400 Subject: [PATCH] gl:meson: Minor typo fix Part-of: --- subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build b/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build index ad234c886e..346ab03902 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build +++ b/subprojects/gst-plugins-base/gst-libs/gst/gl/meson.build @@ -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],