meson: Fix gstreamer-gl-prototypes-1.0.pc

This fix a warning because we were generating 2 pc files for gstgl
library. Also fix missing glesv2 in Requires.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1099>
This commit is contained in:
Xavier Claessens 2021-04-07 08:28:40 -04:00 committed by GStreamer Marge Bot
parent e0623aa03a
commit f38d2d3820

View file

@ -1029,8 +1029,8 @@ if build_gstgl
description : 'Streaming media framework, OpenGL plugins libraries',
)
pkgconfig.generate(gstgl,
libraries : [gstgl, gl_dep],
pkgconfig.generate(
libraries : [gstgl, gl_lib_deps],
subdirs : pkgconfig_subdirs,
name : 'gstreamer-gl-prototypes-1.0',
description : 'Streaming media framework, OpenGL plugins libraries (OpenGL Prototypes)',