From 7a16134ece850bcf9711f5ca679b041d561aeb6a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 4 Sep 2025 14:51:54 +0200 Subject: fix keyboard/touch when using libinput (tested on HP Jornada) --- package/xf86-input-libinput/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/xf86-input-libinput/Makefile') diff --git a/package/xf86-input-libinput/Makefile b/package/xf86-input-libinput/Makefile index 5509b8201..e3720e8e0 100644 --- a/package/xf86-input-libinput/Makefile +++ b/package/xf86-input-libinput/Makefile @@ -23,5 +23,8 @@ xf86-input-libinput-install: ${INSTALL_DIR} ${IDIR_XF86_INPUT_LIBINPUT}/usr/lib/xorg/modules/input ${CP} ${WRKINST}/usr/lib/xorg/modules/input/*.so \ ${IDIR_XF86_INPUT_LIBINPUT}/usr/lib/xorg/modules/input/ + ${INSTALL_DIR} ${IDIR_XF86_INPUT_LIBINPUT}/usr/share/X11/xorg.conf.d + ${CP} ${WRKINST}/usr/share/X11/xorg.conf.d/40-libinput.conf \ + ${IDIR_XF86_INPUT_LIBINPUT}/usr/share/X11/xorg.conf.d include ${ADK_TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3