From fe81ad3ae257f8063f63f8aa5320827a095a2192 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 24 Jul 2014 10:14:15 +1000 Subject: [PATCH] Drop the pkgconfig file We don't export anything, so need to ship it Signed-off-by: Peter Hutterer --- Makefile.am | 4 ---- configure.ac | 3 +-- xorg-libinput.pc.in | 6 ------ 3 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 xorg-libinput.pc.in diff --git a/Makefile.am b/Makefile.am index 4391536..1d2ffd8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,10 +25,6 @@ DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg' SUBDIRS = src MAINTAINERCLEANFILES = ChangeLog INSTALL -pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = xorg-libinput.pc - - .PHONY: ChangeLog INSTALL INSTALL: diff --git a/configure.ac b/configure.ac index 81c9dd3..b1b69a7 100644 --- a/configure.ac +++ b/configure.ac @@ -69,6 +69,5 @@ DRIVER_NAME=libinput AC_SUBST([DRIVER_NAME]) AC_CONFIG_FILES([Makefile - src/Makefile - xorg-libinput.pc]) + src/Makefile]) AC_OUTPUT diff --git a/xorg-libinput.pc.in b/xorg-libinput.pc.in deleted file mode 100644 index ff98189..0000000 --- a/xorg-libinput.pc.in +++ /dev/null @@ -1,6 +0,0 @@ -sdkdir=@sdkdir@ - -Name: xorg-libinput -Description: X.Org libinput input driver. -Version: @PACKAGE_VERSION@ -Cflags: -I${sdkdir}