mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
setup.py: fix installation
This commit is contained in:
parent
4adee5c7f0
commit
3ea9839542
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ setup (cmdclass = cmdclass,
|
||||||
|
|
||||||
packages = ["GstDebugViewer",
|
packages = ["GstDebugViewer",
|
||||||
"GstDebugViewer.Common",
|
"GstDebugViewer.Common",
|
||||||
|
"GstDebugViewer.GUI",
|
||||||
"GstDebugViewer.Plugins"],
|
"GstDebugViewer.Plugins"],
|
||||||
scripts = ["gst-debug-viewer"],
|
scripts = ["gst-debug-viewer"],
|
||||||
data_files = [("share/gst-debug-viewer", ["data/about-dialog.ui",
|
data_files = [("share/gst-debug-viewer", ["data/about-dialog.ui",
|
||||||
|
|
Loading…
Reference in a new issue