diff options
Diffstat (limited to 'x11-drivers/xlibre-xf86-input-synaptics/files')
3 files changed, 35 insertions, 0 deletions
diff --git a/x11-drivers/xlibre-xf86-input-synaptics/files/patch-Makefile.am b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-Makefile.am new file mode 100644 index 000000000000..823c7b2a2343 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-Makefile.am @@ -0,0 +1,7 @@ +--- Makefile.am.orig 2025-07-09 13:10:04 UTC ++++ Makefile.am +@@ -41,4 +41,3 @@ EXTRA_DIST = README.md + dist-hook: ChangeLog INSTALL + + EXTRA_DIST = README.md +-ACLOCAL_AMFLAGS = -I m4 diff --git a/x11-drivers/xlibre-xf86-input-synaptics/files/patch-configure.ac b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-configure.ac new file mode 100644 index 000000000000..358e5109bd27 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2025-07-09 13:13:09 UTC ++++ configure.ac +@@ -28,7 +28,6 @@ AC_CONFIG_HEADERS([config.h]) + [xf86-input-synaptics]) + AC_CONFIG_SRCDIR([Makefile.am]) + AC_CONFIG_HEADERS([config.h]) +-AC_CONFIG_MACRO_DIRS([m4]) + AC_CONFIG_AUX_DIR(.) + + # Initialize Automake diff --git a/x11-drivers/xlibre-xf86-input-synaptics/files/patch-src_eventcomm.h b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-src_eventcomm.h new file mode 100644 index 000000000000..0da0434c6f0b --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-src_eventcomm.h @@ -0,0 +1,18 @@ +--- src/eventcomm.h.orig 2015-11-24 23:47:05 UTC ++++ src/eventcomm.h +@@ -30,7 +30,15 @@ + #include <xorg-server.h> + + #include <linux/input.h> ++#ifdef __linux__ + #include <linux/version.h> ++#else ++#undef BUS_NONE ++#undef BUS_PCI ++#undef BUS_SBUS ++#undef BUS_PLATFORM ++#undef BUS_last ++#endif + #include <xf86Xinput.h> + #include "synproto.h" + |
