mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-23 17:29:10 +00:00
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:
@@ -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
|
||||
|
||||
11
configure.ac
11
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
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
sdk_HEADERS = evdev-properties.h
|
||||
Reference in New Issue
Block a user