meson: detect opengl api from -base .pc files correctly
requested to merge tpm/gst-plugins-good:meson-opengl-fix-enabled-gl-apis-in-pkgconfig-file-master into master
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.