Skip to content

Fix build with Python 3.8 by also checking for python-3.X-embed.pc

Sebastian Dröge requested to merge slomo/gst-python:python3.8-embed into master

Since Python 3.8 the normal checks don't include the Python libraries anymore and linking of the gst-python module would fail.

See also https://github.com/mesonbuild/meson/issues/5629

Fixes #28 (closed)

Merge request reports