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 <[email protected]> --- Makefile.am | 2 +- configure.ac | 2 +- xf86-mouse.pc.in | 6 ------ xorg-mouse.pc.in | 6 ++++++ 4 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 xf86-mouse.pc.in create mode 100644 xorg-mouse.pc.in 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/xf86-mouse.pc.in deleted file mode 100644 index 561aa66..0000000 --- a/xf86-mouse.pc.in +++ /dev/null @@ -1,6 +0,0 @@ -sdkdir=@sdkdir@ - -Name: xf86-mouse -Description: X.Org mouse input driver for non-evdev OS'es -Version: @PACKAGE_VERSION@ -Cflags: -I${sdkdir} diff --git a/xorg-mouse.pc.in b/xorg-mouse.pc.in new file mode 100644 index 0000000..2a77e7c --- /dev/null +++ b/xorg-mouse.pc.in @@ -0,0 +1,6 @@ +sdkdir=@sdkdir@ + +Name: xorg-mouse +Description: X.Org mouse input driver for non-evdev OS'es +Version: @PACKAGE_VERSION@ +Cflags: -I${sdkdir} -- 1.7.10.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
