mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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 "int10"
|
||||||
Load "vbe"
|
Load "vbe"
|
||||||
Load "fb"
|
Load "fb"
|
||||||
|
Load "fbdevhw"
|
||||||
Load "shadowfb"
|
Load "shadowfb"
|
||||||
Load "shadow"
|
Load "shadow"
|
||||||
Load "vgahw"
|
Load "vgahw"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xorg-server'.
|
# Template build file for 'xorg-server'.
|
||||||
pkgname=xorg-server
|
pkgname=xorg-server
|
||||||
version=1.17.2
|
version=1.17.2
|
||||||
revision=5
|
revision=6
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
||||||
|
|
Loading…
Add table
Reference in a new issue