summaryrefslogtreecommitdiffstats
path: root/package/xorg/xau.pc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-01-14 23:25:05 +0000
committerEric Andersen <andersen@codepoet.org>2007-01-14 23:25:05 +0000
commita461faf1ee09deaf662a45338be1e41a3249a077 (patch)
tree67aadc9b70f25746861974f3fdd3ded53945010a /package/xorg/xau.pc
parentaf9a0ccb79723bef3c597ea72e417de968164c99 (diff)
downloadbuildroot-novena-a461faf1ee09deaf662a45338be1e41a3249a077.tar.gz
buildroot-novena-a461faf1ee09deaf662a45338be1e41a3249a077.zip
some pkgconfig hacks to make things somewhat work
Diffstat (limited to 'package/xorg/xau.pc')
-rw-r--r--package/xorg/xau.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/xorg/xau.pc b/package/xorg/xau.pc
new file mode 100644
index 000000000..618581d9d
--- /dev/null
+++ b/package/xorg/xau.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: Xau
+Description: X authorization file management libary
+Version: 1.0.1
+Requires: xproto
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXau