summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-09-04 14:51:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-09-04 14:51:54 +0200
commit7a16134ece850bcf9711f5ca679b041d561aeb6a (patch)
treee1937f92fc516a08dea0c34b22085afb7e75295d /package
parentb67dcd642bf6a2be0ef9d4c24e8a2241293967f0 (diff)
fix keyboard/touch when using libinput (tested on HP Jornada)
Diffstat (limited to 'package')
-rw-r--r--package/xf86-input-libinput/Makefile3
-rw-r--r--package/xorg-server/Makefile4
2 files changed, 5 insertions, 2 deletions
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
diff --git a/package/xorg-server/Makefile b/package/xorg-server/Makefile
index 7de6a3c6d..1e5b78743 100644
--- a/package/xorg-server/Makefile
+++ b/package/xorg-server/Makefile
@@ -70,8 +70,8 @@ CONFIGURE_ARGS+= --enable-dga \
--enable-vgahw \
--enable-dpms \
--enable-xinerama \
- --disable-config-udev \
- --enable-debug \
+ --enable-config-udev \
+ --disable-debug \
--disable-docs \
--disable-glamor \
--disable-config-hal \