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 12:52:25 +0000 (12:52 +0000)
commitc68fe0b365714fd843f31786fae773325d600328
tree907ad9c7fba94f493732f8833f30c2e7e5683007
parent33701d78996de758cd7a2fa32ee6b513dc8fd748
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. This could
lead to build failures when building -bad with meson against
a -base that was built with autotools. The mismatch has now
been rectified but we will still check the old one for backwards
compatibility.
meson.build