diff options
author | Simon Rettberg | 2018-09-07 14:12:12 +0200 |
---|---|---|
committer | Simon Rettberg | 2018-09-07 14:12:12 +0200 |
commit | 9c7879cd434141801d5324c3b468ca45f515f5d8 (patch) | |
tree | c81dc9b403d31d1d46ce7175e23c9832f8ca5ff8 /core/modules/beamergui | |
parent | [xscreensaver] Move pvs2 plugin files to this module (diff) | |
download | mltk-9c7879cd434141801d5324c3b468ca45f515f5d8.tar.gz mltk-9c7879cd434141801d5324c3b468ca45f515f5d8.tar.xz mltk-9c7879cd434141801d5324c3b468ca45f515f5d8.zip |
[qt5core] Put common qt requirements in own module
Diffstat (limited to 'core/modules/beamergui')
-rw-r--r-- | core/modules/beamergui/module.conf | 9 | ||||
-rw-r--r-- | core/modules/beamergui/module.conf.ubuntu | 6 |
2 files changed, 4 insertions, 11 deletions
diff --git a/core/modules/beamergui/module.conf b/core/modules/beamergui/module.conf index 97d1e350..65cc1dce 100644 --- a/core/modules/beamergui/module.conf +++ b/core/modules/beamergui/module.conf @@ -1,11 +1,10 @@ #!/bin/bash +REQUIRED_MODULES=" + qt5core +" REQUIRED_GIT="git://git.openslx.org/openslx-ng/beamergui.git" REQUIRED_BINARIES=" beamergui parse-edid " -REQUIRED_LIBRARIES=" -" -REQUIRED_SYSTEM_FILES=" -" -# TODO add libraries + diff --git a/core/modules/beamergui/module.conf.ubuntu b/core/modules/beamergui/module.conf.ubuntu index f13ea924..0a8ca142 100644 --- a/core/modules/beamergui/module.conf.ubuntu +++ b/core/modules/beamergui/module.conf.ubuntu @@ -1,12 +1,6 @@ #!/bin/bash REQUIRED_INSTALLED_PACKAGES=" - libqt5gui5 libxrandr-dev - qt5-qmake - qtbase5-dev - qtbase5-dev-tools - qttools5-dev - qttools5-dev-tools " REQUIRED_CONTENT_PACKAGES=" libxrandr-dev |