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 <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-19 15:18:33 +01:00
parent 13fb800c0c
commit 114073c225
3 changed files with 3 additions and 14 deletions

View File

@@ -21,10 +21,9 @@
# During distcheck, system locations (as provided by pkg-config) may # During distcheck, system locations (as provided by pkg-config) may
# not be writable; provide instead relative locations. # not be writable; provide instead relative locations.
DISTCHECK_CONFIGURE_FLAGS = --with-xorg-module-dir='$${libdir}/xorg/modules' \ DISTCHECK_CONFIGURE_FLAGS = --with-xorg-module-dir='$${libdir}/xorg/modules'
--with-sdkdir='$${includedir}/xorg'
SUBDIRS = src man include SUBDIRS = src man
MAINTAINERCLEANFILES = ChangeLog INSTALL MAINTAINERCLEANFILES = ChangeLog INSTALL
dist_xorgconf_DATA = 10-evdev.conf dist_xorgconf_DATA = 10-evdev.conf

View File

@@ -67,14 +67,5 @@ AC_ARG_WITH(xorg-conf-dir,
[xorgconfdir="$prefix/share/X11/xorg.conf.d"]) [xorgconfdir="$prefix/share/X11/xorg.conf.d"])
AC_SUBST(xorgconfdir) AC_SUBST(xorgconfdir)
# X Server SDK location is required to install evdev header files AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
# 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_OUTPUT AC_OUTPUT

View File

@@ -1 +0,0 @@
sdk_HEADERS = evdev-properties.h