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:
parent
0c4456fb13
commit
2758a63714
@ -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') },
|
||||
|
Loading…
x
Reference in New Issue
Block a user