[PATCH:xf86-input-mouse] Add some standard defines to pkg-config file.

Thomas Klausner wiz at NetBSD.org
Sun Jul 26 15:08:19 PDT 2015


Not strictly needed in the xorg build, but helps the NetBSD reachover
build, and follows implicit conventions about pkg-config files more
closely.

See also http://gnats.netbsd.org/48991

Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
---
 xorg-mouse.pc.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/xorg-mouse.pc.in b/xorg-mouse.pc.in
index 2a77e7c..57df596 100644
--- a/xorg-mouse.pc.in
+++ b/xorg-mouse.pc.in
@@ -1,3 +1,7 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
 sdkdir=@sdkdir@
 
 Name: xorg-mouse
-- 
2.4.6



More information about the xorg-devel mailing list