summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg/module.conf.centos
blob: e76a37ba92054bad4c3d88da156dae4f662071fa (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#!/bin/bash
# xkbutils, xkbprint, setxkbmap, xkbevd for 64-bit openSuse
REQUIRED_INSTALLED_PACKAGES="
			xorg-x11-server-Xorg
			xorg-x11-drv-vmware
			xorg-x11-drv-ati
			xorg-x11-drv-nouveau
			xorg-x11-drv-intel
			xorg-x11-drv-vesa
			xorg-x11-drv-fbdev
			xorg-x11-drv-modesetting
			xorg-x11-drv-vmmouse
			xorg-x11-drv-wacom
			xorg-x11-drv-evdev
			xorg-x11-drv-keyboard
			xorg-x11-drv-mouse
			xorg-x11-drv-synaptics
			xorg-x11-drv-void
			xkeyboard-config
			dejavu-sans-fonts
			libxcb
			mesa-dri-drivers
			mesa-libGL
			xorg-x11-xkb-utils
			xorg-x11-xkb-extras
			pixman
			xorg-x11-server-utils
"
REQUIRED_CONTENT_PACKAGES="
			xorg-x11-server-Xorg
			xorg-x11-drv-vmware
			xorg-x11-drv-ati
			xorg-x11-drv-nouveau
			xorg-x11-drv-intel
			xorg-x11-drv-vesa
			xorg-x11-drv-fbdev
			xorg-x11-drv-modesetting
			xorg-x11-drv-vmmouse
			xorg-x11-drv-wacom
			xorg-x11-drv-evdev
			xorg-x11-drv-keyboard
			xorg-x11-drv-mouse
			xorg-x11-drv-synaptics
			xorg-x11-drv-void
			xkeyboard-config
			dejavu-sans-fonts
			libxcb
			mesa-dri-drivers
			mesa-libGL
			xorg-x11-xkb-utils
			xorg-x11-xkb-extras
			pixman
			xorg-x11-server-utils
"
REQUIRED_LIBRARIES="
			libxcb-glx
			libIntelXvMC
			i965_dri
			vmwgfx_dri
			i915_dri
			libpixman-1
"
REQUIRED_DIRECTORIES+="
			/usr/bin
			/usr/$LIB64/xorg
			/usr/share/fonts
"