GNOME Bugzilla – Bug 792873
meson: allow building against a specific python version
Last modified: 2018-10-31 00:03:51 UTC
On Debian and Fedora, there are debug packages for python3, with a different ABI, when building the debug package for gst-python, it should link to the debug library, and the plugin loader should dlopen this one as well. Right now, the meson.build file gets the python3 dependency with dependency('python3'), meson would probably have to be updated to allow being more clever about that.
This will be fixed if the patch on https://bugzilla.gnome.org/show_bug.cgi?id=796092 gets merged.
Indeed :) *** This bug has been marked as a duplicate of bug 796092 ***