Skip to content

meson: Fix libpython3 path detection for Fedora

Kalev Lember requested to merge kalev/gstreamer:fedora-libpython3-path into main

Make sure to not dlopen unversioned libpython3.XX.so that's only shipped in python3-devel, but instead load the libpython3.XX.so.1.0 that's shipped in the regular -libs package.

See https://bugzilla.redhat.com/show_bug.cgi?id=2054623

Merge request reports