summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <wiz@NetBSD.org>2015-07-27 00:06:06 +0200
committerThomas Klausner <wiz@NetBSD.org>2015-07-27 00:27:40 +0200
commitc22d3073dc1b82fe6c466e5ea71b6da755bb9a8e (patch)
treea8104ed744093ff1cd6768aa678c83a506da0ae4
parent85ee769d769e87b1e4a21b8c48944238c8ebe5f7 (diff)
Add some standard defines to pkg-config file.
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@NetBSD.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xorg-mouse.pc.in4
1 files changed, 4 insertions, 0 deletions
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