wok-current rev 25765
Fix config_files for xorg-xf86-input-evdev and xorg-xf86-input-synaptics
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Wed Apr 02 12:28:44 2025 +0000 (2 months ago) |
parents | 7dcc6d0d40da |
children | b950a86a1e05 |
files | xorg-xf86-input-evdev/receipt xorg-xf86-input-synaptics/receipt |
line diff
1.1 --- a/xorg-xf86-input-evdev/receipt Wed Apr 02 10:00:16 2025 +0000 1.2 +++ b/xorg-xf86-input-evdev/receipt Wed Apr 02 12:28:44 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 Wed Apr 02 10:00:16 2025 +0000 2.2 +++ b/xorg-xf86-input-synaptics/receipt Wed Apr 02 12:28:44 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 \