summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
diff options
context:
space:
mode:
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
"
-