mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
overrides: don't install our gi/overrides/__init__.py
We don't want to override the gi/overrides/__init__.py from pygobject
This commit is contained in:
parent
93ab67c78b
commit
50db685aef
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ common_ldflags = -module -avoid-version
|
|||
|
||||
# We install everything in the gi/overrides folder
|
||||
pygioverridesdir = $(PYGI_OVERRIDES_DIR)
|
||||
pygioverrides_PYTHON = Gst.py __init__.py
|
||||
pygioverrides_PYTHON = Gst.py
|
||||
|
||||
pygioverridesexecdir = $(PYGI_OVERRIDES_DIR)
|
||||
|
||||
|
|
Loading…
Reference in a new issue