summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
diff options
context:
space:
mode:
authorJonathan Bauer2019-04-18 14:37:30 +0200
committerJonathan Bauer2019-04-18 14:37:30 +0200
commit8533e970e00cc990cf0fcaac19cbc50a5132a718 (patch)
treefb09976a786fc88faa2c2ba56fbddc88f1684547 /core/modules/xorg
parent[slx-issue] use baseboard dmi info as fallback (diff)
downloadmltk-8533e970e00cc990cf0fcaac19cbc50a5132a718.tar.gz
mltk-8533e970e00cc990cf0fcaac19cbc50a5132a718.tar.xz
mltk-8533e970e00cc990cf0fcaac19cbc50a5132a718.zip
[xorg] include xauth
Diffstat (limited to 'core/modules/xorg')
-rw-r--r--core/modules/xorg/module.conf1
-rw-r--r--core/modules/xorg/module.conf.ubuntu.183
2 files changed, 3 insertions, 1 deletions
diff --git a/core/modules/xorg/module.conf b/core/modules/xorg/module.conf
index f40a815a..30693572 100644
--- a/core/modules/xorg/module.conf
+++ b/core/modules/xorg/module.conf
@@ -14,6 +14,7 @@ REQUIRED_BINARIES="
xset
xdotool
xkbcomp
+ xauth
"
REQUIRED_DIRECTORIES="
/usr/share/X11
diff --git a/core/modules/xorg/module.conf.ubuntu.18 b/core/modules/xorg/module.conf.ubuntu.18
index c93b509f..07971d92 100644
--- a/core/modules/xorg/module.conf.ubuntu.18
+++ b/core/modules/xorg/module.conf.ubuntu.18
@@ -1,5 +1,6 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
+ xauth
fonts-dejavu-core
fonts-dejavu-extra
ttf-dejavu-core
@@ -31,6 +32,7 @@ REQUIRED_INSTALLED_PACKAGES="
xserver-xorg-video-vmware$UBUNTU_XORG_PKG_SUFFIX
"
REQUIRED_CONTENT_PACKAGES="
+ xauth
fonts-dejavu-core
fonts-dejavu-extra
ttf-dejavu-core
@@ -78,4 +80,3 @@ REQUIRED_CONTENT_PACKAGES="
@xserver-xorg-video-s3$UBUNTU_XORG_PKG_SUFFIX
@xserver-xorg-video-tdfx$UBUNTU_XORG_PKG_SUFFIX
"
-