mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 19:55:32 +00:00
Add pygobject and pycairo as subprojects
This commit is contained in:
parent
81b7a024c4
commit
c42ec82de6
4 changed files with 15 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -38,4 +38,6 @@ subprojects/libunwind/
|
||||||
subprojects/proxy-libintl/
|
subprojects/proxy-libintl/
|
||||||
subprojects/zlib/
|
subprojects/zlib/
|
||||||
subprojects/openh264/
|
subprojects/openh264/
|
||||||
|
subprojects/pygobject/
|
||||||
|
subprojects/pycairo/
|
||||||
prefix/
|
prefix/
|
||||||
|
|
|
@ -63,7 +63,10 @@ subprojects = {
|
||||||
'gst-plugins-good': {},
|
'gst-plugins-good': {},
|
||||||
'gst-plugins-bad': { 'option': get_option('bad') },
|
'gst-plugins-bad': { 'option': get_option('bad') },
|
||||||
'gst-plugins-ugly': { 'option': get_option('ugly') },
|
'gst-plugins-ugly': { 'option': get_option('ugly') },
|
||||||
'gst-python': { 'option': python_opt, 'dependencies': [dependency('pygobject-3.0', required : python_opt)] },
|
'gst-python': {
|
||||||
|
'option': python_opt,
|
||||||
|
'dependencies': [dependency('pygobject-3.0', fallback: ['pygobject', 'pygobject_dep'], required : python_opt)]
|
||||||
|
},
|
||||||
'gst-omx': { 'option': get_option('omx'), },
|
'gst-omx': { 'option': get_option('omx'), },
|
||||||
'gst-libav': { 'option': get_option('libav'), 'dependencies': libav_deps},
|
'gst-libav': { 'option': get_option('libav'), 'dependencies': libav_deps},
|
||||||
'gstreamer-vaapi': {
|
'gstreamer-vaapi': {
|
||||||
|
|
4
subprojects/pycairo.wrap
Normal file
4
subprojects/pycairo.wrap
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
[wrap-git]
|
||||||
|
directory=pycairo
|
||||||
|
url=https://github.com/pygobject/pycairo.git
|
||||||
|
revision=master
|
5
subprojects/pygobject.wrap
Normal file
5
subprojects/pygobject.wrap
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[wrap-git]
|
||||||
|
directory=pygobject
|
||||||
|
url=https://gitlab.gnome.org/GNOME/pygobject.git
|
||||||
|
push-url=git@gitlab.gnome.org:GNOME/pygobject.git
|
||||||
|
revision=master
|
Loading…
Reference in a new issue