Skip to content

meson: check if python installation is found

Currently if python is disabled, gst-build compilation fails with

Program python found: NO (disabled by: python )

subprojects/gst-editing-services/meson.build:132:2: ERROR: Unknown method "dependency" in object.

This patch tries to fix this. Though I'm not sure if this is the correct approach.

Merge request reports