xorg-server: always load the fbdevhw module; required by fbdev on musl.
This finally fixes #2783
This commit is contained in:
parent
cfaa8f9d55
commit
bbc1e900f1
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ Section "Module"
|
|||
Load "int10"
|
||||
Load "vbe"
|
||||
Load "fb"
|
||||
Load "fbdevhw"
|
||||
Load "shadowfb"
|
||||
Load "shadow"
|
||||
Load "vgahw"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xorg-server'.
|
||||
pkgname=xorg-server
|
||||
version=1.17.2
|
||||
revision=5
|
||||
revision=6
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
||||
|
|
Loading…
Reference in a new issue