diff options
author | Simon Rettberg | 2017-11-22 17:00:48 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-11-22 17:00:48 +0100 |
commit | 0f9e48fb19af147b6cefa6665f4197c9f91729a5 (patch) | |
tree | cc3198527e48f8de467b678fc246f64573a1b512 /core | |
parent | Update our kernel wanted config (diff) | |
download | mltk-0f9e48fb19af147b6cefa6665f4197c9f91729a5.tar.gz mltk-0f9e48fb19af147b6cefa6665f4197c9f91729a5.tar.xz mltk-0f9e48fb19af147b6cefa6665f4197c9f91729a5.zip |
[beamergui] HACK: Add missing qt5 dev tools -> need dedicated qt5 module!
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/beamergui/module.conf.ubuntu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/modules/beamergui/module.conf.ubuntu b/core/modules/beamergui/module.conf.ubuntu index 044381e1..d536560d 100644 --- a/core/modules/beamergui/module.conf.ubuntu +++ b/core/modules/beamergui/module.conf.ubuntu @@ -2,6 +2,9 @@ REQUIRED_INSTALLED_PACKAGES=" libqt5gui5 libxrandr-dev + qt5-qmake + qtbase5-dev-tools + qtbase5-dev " REQUIRED_CONTENT_PACKAGES=" libxrandr-dev |