xorg-server: xorg-server-xvfb needs xkeyboard-config
Error without xkeyboard-config: XKB: Failed to compile keymap Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config. (EE) Fatal server error: (EE) Failed to activate core devices.(EE)
This commit is contained in:
parent
177ab3b641
commit
7ea88092ec
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xorg-server'.
|
||||
pkgname=xorg-server
|
||||
version=1.17.2
|
||||
revision=4
|
||||
revision=5
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
||||
|
@ -104,6 +104,7 @@ xorg-server-xephyr_package() {
|
|||
}
|
||||
xorg-server-xvfb_package() {
|
||||
short_desc="Virtual framebuffer X server"
|
||||
depends="xkeyboard-config"
|
||||
pkg_install() {
|
||||
vmove usr/bin/Xvfb
|
||||
vmove usr/share/man/man1/Xvfb.1
|
||||
|
|
Loading…
Reference in a new issue