meson: opengl: fix enabled_gl_apis in pkg-config file
authorTim-Philipp Müller <tim@centricular.com>
Tue, 22 Jan 2019 13:24:29 +0000 (13:24 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 22 Jan 2019 13:35:38 +0000 (13:35 +0000)
commit6330eb0cb343dfcdfea2ac742dba797df2ccaf39
tree4871b9fde1790d303b6f9ba280c29b539eca3429
parent7874c74cfb59f5e8c4dedbc6d4a21c283ec970e3
meson: opengl: fix enabled_gl_apis in pkg-config file

Make consistent with what autotools puts into enabled_gl_apis
variable. Autotools puts 'gl' in there instead of 'opengl'.

This would cause problems when building -bad glmixers plugin
in meson against a -base that was built with autotools.

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/871
gst-libs/gst/gl/meson.build