pygobject: add as a subproject when python is enabled

This should make our awkward interactions with a system-wide install
of pygobject in our uninstalled setup go away.
This commit is contained in:
Mathieu Duponchelle 2018-10-31 00:46:31 +01:00
parent 0c4456fb13
commit 2758a63714

View file

@ -36,6 +36,7 @@ subprojects = {
'gst-plugins-good': {},
'gst-plugins-bad': { 'option': get_option('bad') },
'gst-plugins-ugly': { 'option': get_option('ugly') },
'pygobject': { 'option': get_option('python') },
'gst-python': { 'option': get_option('python') },
'gst-omx': { 'option': get_option('omx'), },
'gst-libav': { 'option': get_option('libav') },