xserver-xf86-config: Remove X server module preload

This was a solution needed for musl but now musl has
got lazy loading.

(From OE-Core rev: 6ea72c6bd0aeaed694d58d68ede4de70d96b7e4b)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2017-03-14 16:35:33 -07:00 committed by Richard Purdie
parent 56b2f19ca1
commit 422e94cd06
2 changed files with 0 additions and 18 deletions

View File

@ -1,10 +0,0 @@
Section "Module"
Load "fbdevhw"
Load "fb"
Load "shadow"
Load "shadowfb"
Load "int10"
Load "vbe"
Load "vgahw"
Load "glamoregl"
EndSection

View File

@ -7,10 +7,6 @@ PR = "r33"
SRC_URI = "file://xorg.conf"
SRC_URI_append_libc-musl = "\
file://10-preload-modules.conf \
"
S = "${WORKDIR}"
CONFFILES_${PN} = "${sysconfdir}/X11/xorg.conf"
@ -25,7 +21,3 @@ do_install () {
install -m 0644 ${WORKDIR}/xorg.conf ${D}/${sysconfdir}/X11/
fi
}
do_install_append_libc-musl () {
install -Dm 0644 ${WORKDIR}/10-preload-modules.conf ${D}/${sysconfdir}/X11/xorg.conf.d/10-preload-modules.conf
}