summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser
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/slxbrowser
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/slxbrowser')
-rw-r--r--core/modules/slxbrowser/module.conf4
-rw-r--r--core/modules/slxbrowser/module.conf.ubuntu5
2 files changed, 4 insertions, 5 deletions
diff --git a/core/modules/slxbrowser/module.conf b/core/modules/slxbrowser/module.conf
index b31f5f8a..cbf2e6b1 100644
--- a/core/modules/slxbrowser/module.conf
+++ b/core/modules/slxbrowser/module.conf
@@ -1,8 +1,10 @@
#!/bin/bash
+REQUIRED_MODULES="
+ qt5core
+"
REQUIRED_GIT="git://git.openslx.org/openslx-ng/slxbrowser.git"
REQUIRED_PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="slxbrowser"
REQUIRED_LIBRARIES="
- libqxcb
libgstplayback
"
diff --git a/core/modules/slxbrowser/module.conf.ubuntu b/core/modules/slxbrowser/module.conf.ubuntu
index d60cc2b4..edb70374 100644
--- a/core/modules/slxbrowser/module.conf.ubuntu
+++ b/core/modules/slxbrowser/module.conf.ubuntu
@@ -1,10 +1,7 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
- cmake
- libqt5webkit5-dev
- libqt5gui5
+ libqt5webkit5-dev
"
REQUIRED_CONTENT_PACKAGES="
- libqt5gui5
gstreamer1.0-plugins-base
"