wok rev 25827 tip
Fix config_files for xorg-xf86-input-evdev and xorg-xf86-input-synaptics
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Apr 02 13:21:21 2025 +0000 (9 days ago) |
parents | d4136013ae4b |
children | |
files | xorg-xf86-input-evdev/receipt xorg-xf86-input-synaptics/receipt |
line diff
1.1 --- a/xorg-xf86-input-evdev/receipt Sat Mar 15 14:45:14 2025 +0000 1.2 +++ b/xorg-xf86-input-evdev/receipt Wed Apr 02 13:21:21 2025 +0000 1.3 @@ -11,6 +11,7 @@ 1.4 SOURCE="xf86-input-evdev" 1.5 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.6 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 1.7 +CONFIG_FILES="/etc/X11/xorg.conf.d/40-evdev.conf" 1.8 1.9 # We can use xorg-server-light with evdev and vesa driver. 1.10 #DEPENDS="xorg-server"
2.1 --- a/xorg-xf86-input-synaptics/receipt Sat Mar 15 14:45:14 2025 +0000 2.2 +++ b/xorg-xf86-input-synaptics/receipt Wed Apr 02 13:21:21 2025 +0000 2.3 @@ -10,6 +10,7 @@ 2.4 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.5 WEB_SITE="https://www.x.org/" 2.6 WGET_URL="$XORG_MIRROR/driver/$TARBALL" 2.7 +CONFIG_FILES="/etc/X11/xorg.conf.d/45-synaptics.conf" 2.8 2.9 DEPENDS="xorg-server xorg-libXtst mtdev" 2.10 BUILD_DEPENDS="xorg-server-dev xorg-libXtst-dev mtdev-dev"