summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg/module.conf
blob: 402b22e120e9c1a8112b497505a7cf6adcdb5cf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#!/bin/bash
REQUIRED_MODULES="
	slxlog
"
REQUIRED_BINARIES="
			X
			Xorg
			gtf
			cvt
			setxkbmap
			xkbvleds
			xkbprint
			xkbwatch
			xkbbell
			xkbevd
			xrandr
			xset
			xdotool
			xkbcomp
			xauth
			xterm
"
REQUIRED_DIRECTORIES="
			/etc/fonts
			/usr/bin
			/usr/lib
			/usr/share/fonts
			/usr/share/glvnd
			/usr/share/X11
"
REQUIRED_FILES="
"