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 "glx"
|
||||||
Load "int10"
|
Load "int10"
|
||||||
Load "vbe"
|
Load "vbe"
|
||||||
Load "wfb"
|
# Load "wfb"
|
||||||
Load "fb"
|
Load "fb"
|
||||||
Load "fbdevhw"
|
Load "fbdevhw"
|
||||||
Load "shadowfb"
|
Load "shadowfb"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xorg-server'.
|
# Template build file for 'xorg-server'.
|
||||||
pkgname=xorg-server
|
pkgname=xorg-server
|
||||||
version=1.19.3
|
version=1.19.3
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
||||||
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue