mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue