summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser
diff options
context:
space:
mode:
authorJonathan Bauer2017-07-10 16:08:54 +0200
committerJonathan Bauer2017-07-10 16:08:54 +0200
commit761d3175d99d741d3486da09e0b7ac21d1d121a7 (patch)
treeb3df33f5e6c7fbf2b91a65125759c456c3367ba3 /core/modules/slxbrowser
parent[slxbrowser] Include libqxcb (qtgui) libs (diff)
downloadmltk-761d3175d99d741d3486da09e0b7ac21d1d121a7.tar.gz
mltk-761d3175d99d741d3486da09e0b7ac21d1d121a7.tar.xz
mltk-761d3175d99d741d3486da09e0b7ac21d1d121a7.zip
[slxbrowser] Add missing gstreamer playback lib
fixes some random segfaults on certain webpages
Diffstat (limited to 'core/modules/slxbrowser')
-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
"