xorg-server: dont load wfb module by default with musl
This commit is contained in:
parent
1ba1f0be4c
commit
7ea8771d46
|
@ -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…
Reference in New Issue