summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/modules/slxbrowser/module.conf5
-rw-r--r--core/modules/slxbrowser/module.conf.ubuntu1
2 files changed, 5 insertions, 1 deletions
diff --git a/core/modules/slxbrowser/module.conf b/core/modules/slxbrowser/module.conf
index c554bf74..b31f5f8a 100644
--- a/core/modules/slxbrowser/module.conf
+++ b/core/modules/slxbrowser/module.conf
@@ -2,4 +2,7 @@
REQUIRED_GIT="git://git.openslx.org/openslx-ng/slxbrowser.git"
REQUIRED_PREFIX="/opt/openslx/bin"
REQUIRED_BINARIES="slxbrowser"
-REQUIRED_LIBRARIES="libqxcb"
+REQUIRED_LIBRARIES="
+ libqxcb
+ libgstplayback
+"
diff --git a/core/modules/slxbrowser/module.conf.ubuntu b/core/modules/slxbrowser/module.conf.ubuntu
index b5c22129..d60cc2b4 100644
--- a/core/modules/slxbrowser/module.conf.ubuntu
+++ b/core/modules/slxbrowser/module.conf.ubuntu
@@ -6,4 +6,5 @@ REQUIRED_INSTALLED_PACKAGES="
"
REQUIRED_CONTENT_PACKAGES="
libqt5gui5
+ gstreamer1.0-plugins-base
"