From ac4f6918314f69da0e2a2bfe135203e75e380a86 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Mon, 15 Dec 2025 12:30:15 +0100 Subject: [PATCH] .github: use tags for building mouse and keyboard driver Signed-off-by: Enrico Weigelt, metux IT consult --- .github/scripts/compile-drivers.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/scripts/compile-drivers.sh b/.github/scripts/compile-drivers.sh index 550fdd8c74..af089413d0 100755 --- a/.github/scripts/compile-drivers.sh +++ b/.github/scripts/compile-drivers.sh @@ -13,8 +13,9 @@ cd $DRV_BUILD_DIR build_drv_ac xf86-input-elographics $X11L_DRV_GIT/xf86-input-elographics xlibre-xf86-input-elographics-1.4.4.2 build_drv_ac xf86-input-evdev $X11L_DRV_GIT/xf86-input-evdev xlibre-xf86-input-evdev-2.11.0.2 +build_drv_ac xf86-input-keyboard $X11L_DRV_GIT/xf86-input-keyboard xlibre-xf86-input-keyboard-2.1.0.2 build_drv_ac xf86-input-libinput $X11L_DRV_GIT/xf86-input-libinput xlibre-xf86-input-libinput-1.5.1.0 -build_drv_ac xf86-input-mouse $X11L_DRV_GIT/xf86-input-mouse xlibre-xf86-input-mouse-1.9.5.4 +build_drv_ac xf86-input-mouse $X11L_DRV_GIT/xf86-input-mouse xlibre-xf86-input-mouse-1.9.6 build_drv_ac xf86-input-synaptics $X11L_DRV_GIT/xf86-input-synaptics xlibre-xf86-input-synaptics-1.10.0.2 build_drv_ac xf86-video-amdgpu $X11L_DRV_GIT/xf86-video-amdgpu xlibre-xf86-video-amdgpu-23.0.0.5 @@ -29,6 +30,3 @@ build_drv_ac xf86-video-qxl $X11L_DRV_GIT/xf86-video-qxl xlibre- build_drv_ac xf86-video-r128 $X11L_DRV_GIT/xf86-video-r128 xlibre-xf86-video-r128-6.13.0.2 build_drv_ac xf86-video-vesa $X11L_DRV_GIT/xf86-video-vesa xlibre-xf86-video-vesa-2.6.0.2 build_drv_ac xf86-video-vmware $X11L_DRV_GIT/xf86-video-vmware xlibre-xf86-video-vmware-13.4.0.3 - -build_drv_ac xf86-input-mouse $X11L_DRV_GIT/xf86-input-mouse master -build_drv_ac xf86-input-keyboard $X11L_DRV_GIT/xf86-input-keyboard master