Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
xclaesse authored and GStreamer Marge Bot committed Apr 8, 2021
1 parent e0623aa commit f38d2d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gst-libs/gst/gl/meson.build
Expand Up @@ -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)',
Expand Down

0 comments on commit f38d2d3

Please sign in to comment.