summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2
diff options
context:
space:
mode:
authorSimon Rettberg2018-09-07 14:12:12 +0200
committerSimon Rettberg2018-09-07 14:12:12 +0200
commit9c7879cd434141801d5324c3b468ca45f515f5d8 (patch)
treec81dc9b403d31d1d46ce7175e23c9832f8ca5ff8 /core/modules/pvs2
parent[xscreensaver] Move pvs2 plugin files to this module (diff)
downloadmltk-9c7879cd434141801d5324c3b468ca45f515f5d8.tar.gz
mltk-9c7879cd434141801d5324c3b468ca45f515f5d8.tar.xz
mltk-9c7879cd434141801d5324c3b468ca45f515f5d8.zip
[qt5core] Put common qt requirements in own module
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
"