meson: detect opengl api from -base .pc files correctly
authorTim-Philipp Müller <tim@centricular.com>
Tue, 22 Jan 2019 12:52:25 +0000 (12:52 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 22 Jan 2019 13:47:56 +0000 (13:47 +0000)
commit8ed603958dcb23c004d25e0df4a5fcbc0080ddb7
tree7872d2a3141e518ad44e22311be01ed34e309c47
parent64a991d7b80c16de31ee6089f4974090d71d8c37
meson: detect opengl api from -base .pc files correctly

There was a mismatch between the .pc files generated by
autotools and by meson that would lead to meson not detecting
that opengl api is available even though it is, if -base was
built with autotools. The mismatch has now been rectified in
-base, so we need to update for that.

This is mostly for consistency, this problem didn't seem
to affect anything in -good.

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