diff options
| author | Jonathan Bauer | 2013-06-27 18:21:55 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2013-06-27 18:21:55 +0200 |
| commit | f0d2b69a3d596a72d0451c58d4e31b7603e017fb (patch) | |
| tree | 9f57bbe81a49ea81811072117153e3a38a9ebeac /remote/modules/xorg | |
| parent | [pam] krb5 support for home (diff) | |
| parent | [rootfs-stage32] do not copy /dev/fb0, handled by mdev (diff) | |
| download | tm-scripts-f0d2b69a3d596a72d0451c58d4e31b7603e017fb.tar.gz tm-scripts-f0d2b69a3d596a72d0451c58d4e31b7603e017fb.tar.xz tm-scripts-f0d2b69a3d596a72d0451c58d4e31b7603e017fb.zip | |
Merge branch 'master' of git:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/xorg')
| -rw-r--r-- | remote/modules/xorg/xorg.conf.zypper | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/remote/modules/xorg/xorg.conf.zypper b/remote/modules/xorg/xorg.conf.zypper index 9f7d69e7..4041f4bd 100644 --- a/remote/modules/xorg/xorg.conf.zypper +++ b/remote/modules/xorg/xorg.conf.zypper @@ -1,3 +1,4 @@ +# xkbutils, xkbprint, setxkbmap, xkbevd for 64-bit openSuse REQUIRED_CONTENT_PACKAGES=" xorg-x11 xorg-x11-server @@ -27,6 +28,10 @@ REQUIRED_CONTENT_PACKAGES=" libxcb-glx0 kdm-branding-openSUSE Mesa + xkbutils + xkbprint + setxkbmap + xkbevd " REQUIRED_LIBRARIES=" libI810XvMC @@ -50,7 +55,7 @@ REQUIRED_BINARIES=" Xorg vmmouse_detect" REQUIRED_DIRECTORIES=" /usr/lib/udev - /usr/lib/xorg + /usr/$LIB64/xorg /usr/bin /usr/share/X11 /usr/share/fonts |
