summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/pvs2')
-rw-r--r--core/modules/pvs2/module.conf6
-rw-r--r--core/modules/pvs2/module.conf.ubuntu5
2 files changed, 1 insertions, 10 deletions
diff --git a/core/modules/pvs2/module.conf b/core/modules/pvs2/module.conf
index b3b97b7e..7d918d60 100644
--- a/core/modules/pvs2/module.conf
+++ b/core/modules/pvs2/module.conf
@@ -9,12 +9,8 @@ REQUIRED_BINARIES="
REQUIRED_DIRECTORIES="
/opt/openslx/pvs2/
"
-REQUIRED_LIBRARIES="
- libqjpeg
-"
-REQUIRED_SYSTEM_FILES="
-"
REQUIRED_MODULES="
+ qt5core
x11vnc
"
# TODO add libraries
diff --git a/core/modules/pvs2/module.conf.ubuntu b/core/modules/pvs2/module.conf.ubuntu
index 1391c073..83877b5a 100644
--- a/core/modules/pvs2/module.conf.ubuntu
+++ b/core/modules/pvs2/module.conf.ubuntu
@@ -1,17 +1,12 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
libxss-dev
- libqt5gui5
- libqt5svg5-dev
libqt5x11extras5-dev
- qttools5-dev
- qttools5-dev-tools
libvncserver-dev
xinput
wmctrl
"
REQUIRED_CONTENT_PACKAGES="
- libqt5gui5
xinput
wmctrl
"