diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2014-07-24 10:14:15 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-07-24 10:14:15 +1000 |
commit | fe81ad3ae257f8063f63f8aa5320827a095a2192 (patch) | |
tree | 81c29948dd630fe32bb1903e3ce82fe0f8d89a91 | |
parent | 6a6946235979f51169f9256414eb24226cf6f1bc (diff) |
Drop the pkgconfig file
We don't export anything, so need to ship it
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | configure.ac | 3 | ||||
-rw-r--r-- | xorg-libinput.pc.in | 6 |
3 files changed, 1 insertions, 12 deletions
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} |