summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser
diff options
context:
space:
mode:
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
"