From 114073c225ab1390edc6a5669ca42fddb1665aec Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 19 Dec 2025 15:18:33 +0100 Subject: [PATCH] don't install header file anymore Nothing's compiling against this driver, so it shouldn't install header files. If these constants are considered a public spec, then they should go to some appropriate proto package. Signed-off-by: Enrico Weigelt, metux IT consult --- Makefile.am | 5 ++--- configure.ac | 11 +---------- include/Makefile.am | 1 - 3 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 include/Makefile.am diff --git a/Makefile.am b/Makefile.am index 3af32ca..da5bf52 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,10 +21,9 @@ # During distcheck, system locations (as provided by pkg-config) may # not be writable; provide instead relative locations. -DISTCHECK_CONFIGURE_FLAGS = --with-xorg-module-dir='$${libdir}/xorg/modules' \ - --with-sdkdir='$${includedir}/xorg' +DISTCHECK_CONFIGURE_FLAGS = --with-xorg-module-dir='$${libdir}/xorg/modules' -SUBDIRS = src man include +SUBDIRS = src man MAINTAINERCLEANFILES = ChangeLog INSTALL dist_xorgconf_DATA = 10-evdev.conf diff --git a/configure.ac b/configure.ac index ba3e727..a519012 100644 --- a/configure.ac +++ b/configure.ac @@ -67,14 +67,5 @@ AC_ARG_WITH(xorg-conf-dir, [xorgconfdir="$prefix/share/X11/xorg.conf.d"]) AC_SUBST(xorgconfdir) -# X Server SDK location is required to install evdev header files -# This location is also relayed in the xorg-evdev.pc file -sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server` - -# Workaround overriding sdkdir to be able to create a tarball when user has no -# write permission in sdkdir. See DISTCHECK_CONFIGURE_FLAGS in Makefile.am -AC_ARG_WITH([sdkdir], [], [sdkdir="$withval"]) -AC_SUBST([sdkdir]) - -AC_CONFIG_FILES([Makefile src/Makefile man/Makefile include/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile man/Makefile]) AC_OUTPUT diff --git a/include/Makefile.am b/include/Makefile.am deleted file mode 100644 index 0e3fc1b..0000000 --- a/include/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -sdk_HEADERS = evdev-properties.h