Fix build with Python 3.8 by also checking for python-3.X-embed.pc
authorSebastian Dröge <sebastian@centricular.com>
Wed, 11 Mar 2020 11:42:50 +0000 (13:42 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 11 Mar 2020 11:42:50 +0000 (13:42 +0200)
commit76a3e1d39df83f8e4b9412d459e8071988cbf5bd
tree2b6ad0c6ea92fbe57e163142f060401905411ea9
parent1f919dae98698b97d8a580aae3e81ccbe1913655
Fix build with Python 3.8 by also checking for python-3.X-embed.pc

Since Python 3.8 the normal checks don't include the Python libraries
anymore and linking of the Python formatters would fail.

See also https://github.com/mesonbuild/meson/issues/5629
and https://gitlab.freedesktop.org/gstreamer/gst-python/issues/28
meson.build