xorg-server: 10-input-evdev.conf is already provided by xf86-input-evdev.
This commit is contained in:
parent
788a96e8e3
commit
0cdd44ad2b
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xorg-server'.
|
# Template build file for 'xorg-server'.
|
||||||
pkgname=xorg-server
|
pkgname=xorg-server
|
||||||
version=1.17.4
|
version=1.17.4
|
||||||
revision=1
|
revision=2
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
configure_args="--enable-ipv6 --enable-record --enable-xorg
|
||||||
|
@ -73,6 +73,8 @@ pre_configure() {
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
|
# provided by xf86-input-evdev
|
||||||
|
rm ${DESTDIR}/usr/share/X11/xorg.conf.d/10-evdev.conf
|
||||||
vinstall ${FILESDIR}/20-modules.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}/30-nvidia-drm-outputclass.conf 644 usr/share/X11/xorg.conf.d
|
||||||
vinstall ${FILESDIR}/Xwrapper.config 644 etc/X11
|
vinstall ${FILESDIR}/Xwrapper.config 644 etc/X11
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue