mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
xorg-server: dont load wfb module by default with musl
This commit is contained in:
parent
1ba1f0be4c
commit
7ea8771d46
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ Section "Module"
|
|||
Load "glx"
|
||||
Load "int10"
|
||||
Load "vbe"
|
||||
Load "wfb"
|
||||
# Load "wfb"
|
||||
Load "fb"
|
||||
Load "fbdevhw"
|
||||
Load "shadowfb"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xorg-server'.
|
||||
pkgname=xorg-server
|
||||
version=1.19.3
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
||||
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
||||
|
|
Loading…
Add table
Reference in a new issue