summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-07-31 08:28:27 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-07-31 09:06:41 +1000
commit5748979008acafd1a8b28f47e292ed6a9706474c (patch)
tree0e5b1bcdb7736e001b6710c7276378bc110c0605
parenta5630a5668793e3bdc6190b5e2ee22d7c28dda0c (diff)
downloadxorg-driver-xf86-input-mouse-5748979008acafd1a8b28f47e292ed6a9706474c.tar.gz
Rename xf86-mouse.pc to xorg-mouse.pc
Other input drivers already shipping pkgconfig files use this naming scheme and since the 1.8 release didn't install the file anyway, renaming is still acceptable at this point. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--xorg-mouse.pc.in (renamed from xf86-mouse.pc.in)2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 77e9962..7142485 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ SUBDIRS = include src man
MAINTAINERCLEANFILES = ChangeLog INSTALL
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = xf86-mouse.pc
+pkgconfig_DATA = xorg-mouse.pc
.PHONY: ChangeLog INSTALL
diff --git a/configure.ac b/configure.ac
index 5f7062d..be23aa5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,7 +88,7 @@ DRIVER_NAME=mouse
AC_SUBST([DRIVER_NAME])
AC_CONFIG_FILES([Makefile
- xf86-mouse.pc
+ xorg-mouse.pc
include/Makefile
src/Makefile
man/Makefile])
diff --git a/xf86-mouse.pc.in b/xorg-mouse.pc.in
index 561aa66..2a77e7c 100644
--- a/xf86-mouse.pc.in
+++ b/xorg-mouse.pc.in
@@ -1,6 +1,6 @@
sdkdir=@sdkdir@
-Name: xf86-mouse
+Name: xorg-mouse
Description: X.Org mouse input driver for non-evdev OS'es
Version: @PACKAGE_VERSION@
Cflags: -I${sdkdir}