From 9c7879cd434141801d5324c3b468ca45f515f5d8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 7 Sep 2018 14:12:12 +0200 Subject: [qt5core] Put common qt requirements in own module --- core/modules/slxbrowser/module.conf | 4 +++- core/modules/slxbrowser/module.conf.ubuntu | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'core/modules/slxbrowser') 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 " -- cgit v1.2.3-55-g7522