diff options
author | Jonathan Bauer | 2018-03-21 12:15:50 +0100 |
---|---|---|
committer | Jonathan Bauer | 2018-03-21 12:15:50 +0100 |
commit | a19afbb687374a8c1a51b3749f0d0faf876c0ab2 (patch) | |
tree | 8cab4c8215a6e760d6b5cb34d1986b0d370bc200 /core | |
parent | [pam] add ubuntu 18.04 config (diff) | |
download | mltk-a19afbb687374a8c1a51b3749f0d0faf876c0ab2.tar.gz mltk-a19afbb687374a8c1a51b3749f0d0faf876c0ab2.tar.xz mltk-a19afbb687374a8c1a51b3749f0d0faf876c0ab2.zip |
[pvs2] add ubuntu 18.04 config
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/pvs2/module.conf.ubuntu.18 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/modules/pvs2/module.conf.ubuntu.18 b/core/modules/pvs2/module.conf.ubuntu.18 new file mode 100644 index 00000000..19ab75f1 --- /dev/null +++ b/core/modules/pvs2/module.conf.ubuntu.18 @@ -0,0 +1,13 @@ +#!/bin/bash +REQUIRED_INSTALLED_PACKAGES=" + libqt5gui5 + libqt5x11extras5-dev + qttools5-dev-tools + libvncserver-dev + xinput + wmctrl +" +REQUIRED_CONTENT_PACKAGES=" + xinput + wmctrl +" |