Просмотр исходного кода

fix keyboard/touch when using libinput (tested on HP Jornada)

Waldemar Brodkorb 6 месяцев назад
Родитель
Сommit
7a16134ece
2 измененных файлов с 5 добавлено и 2 удалено
  1. 3 0
      package/xf86-input-libinput/Makefile
  2. 2 2
      package/xorg-server/Makefile

+ 3 - 0
package/xf86-input-libinput/Makefile

@@ -23,5 +23,8 @@ xf86-input-libinput-install:
 	${INSTALL_DIR} ${IDIR_XF86_INPUT_LIBINPUT}/usr/lib/xorg/modules/input
 	${INSTALL_DIR} ${IDIR_XF86_INPUT_LIBINPUT}/usr/lib/xorg/modules/input
 	${CP} ${WRKINST}/usr/lib/xorg/modules/input/*.so \
 	${CP} ${WRKINST}/usr/lib/xorg/modules/input/*.so \
 		${IDIR_XF86_INPUT_LIBINPUT}/usr/lib/xorg/modules/input/
 		${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
 include ${ADK_TOPDIR}/mk/pkg-bottom.mk

+ 2 - 2
package/xorg-server/Makefile

@@ -70,8 +70,8 @@ CONFIGURE_ARGS+=	--enable-dga \
 			--enable-vgahw \
 			--enable-vgahw \
 			--enable-dpms \
 			--enable-dpms \
 			--enable-xinerama \
 			--enable-xinerama \
-			--disable-config-udev \
-			--enable-debug \
+			--enable-config-udev \
+			--disable-debug \
 			--disable-docs \
 			--disable-docs \
 			--disable-glamor \
 			--disable-glamor \
 			--disable-config-hal \
 			--disable-config-hal \