From 761d3175d99d741d3486da09e0b7ac21d1d121a7 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Mon, 10 Jul 2017 16:08:54 +0200 Subject: [slxbrowser] Add missing gstreamer playback lib fixes some random segfaults on certain webpages --- core/modules/slxbrowser/module.conf | 5 ++++- core/modules/slxbrowser/module.conf.ubuntu | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'core/modules/slxbrowser') 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 " -- cgit v1.2.3-55-g7522