xorg-server: add modules conf file for musl.
This commit is contained in:
parent
9562903ccd
commit
bb6e956cc3
12
srcpkgs/xorg-server/files/20-modules.conf
Normal file
12
srcpkgs/xorg-server/files/20-modules.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
Section "Module"
|
||||
Load "exa"
|
||||
Load "glx"
|
||||
Load "int10"
|
||||
Load "vbe"
|
||||
Load "fb"
|
||||
Load "shadowfb"
|
||||
Load "shadow"
|
||||
Load "vgahw"
|
||||
Load "evdev"
|
||||
Load "glamoregl"
|
||||
EndSection
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'xorg-server'.
|
||||
pkgname=xorg-server
|
||||
version=1.17.1
|
||||
revision=12
|
||||
revision=13
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
||||
|
@ -74,7 +74,8 @@ pre_configure() {
|
|||
esac
|
||||
}
|
||||
post_install() {
|
||||
vinstall ${FILESDIR}/nvidia-drm-outputclass.conf 644 usr/share/X11/xorg.conf.d
|
||||
vinstall ${FILESDIR}/20-modules.conf 644 usr/share/X11/xorg.conf.d
|
||||
vinstall ${FILESDIR}/30-nvidia-drm-outputclass.conf 644 usr/share/X11/xorg.conf.d
|
||||
vinstall ${FILESDIR}/Xwrapper.config 644 etc/X11
|
||||
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
|
|
Loading…
Reference in New Issue
Block a user