mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
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:
parent
e0623aa03a
commit
f38d2d3820
1 changed files with 2 additions and 2 deletions
|
@ -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)',
|
||||
|
|
Loading…
Reference in a new issue