mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
Fix installation by including missing packages
This commit is contained in:
parent
3505bd6a9c
commit
b78b2d40ce
1 changed files with 3 additions and 1 deletions
|
@ -324,7 +324,9 @@ cmdclass = {"build" : build_custom,
|
|||
|
||||
setup (cmdclass = cmdclass,
|
||||
|
||||
packages = ["GstDebugViewer"],
|
||||
packages = ["GstDebugViewer",
|
||||
"GstDebugViewer.Common",
|
||||
"GstDebugViewer.Plugins"],
|
||||
scripts = ["gst-debug-viewer"],
|
||||
data_files = [("share/gst-debug-viewer", ["data/gst-debug-viewer.glade",
|
||||
"data/gst-debug-viewer.ui"],),
|
||||
|
|
Loading…
Reference in a new issue