aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/nxcompshad.pc.in
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-07-14 00:04:01 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-07-14 00:04:01 +0200
commite5fbb11b2d56f5d170aeba4b3aaea62a76ce1086 (patch)
treec9c6928aeac3183ea888bf68b2a31bc68ff7302a /nxcompshad/nxcompshad.pc.in
parentf4c07c07760c33bf7bc908e2d45aee4c4f73f088 (diff)
parent00cec4924157db9498d56e5c1fbde852e8eb3717 (diff)
downloadnx-libs-e5fbb11b2d56f5d170aeba4b3aaea62a76ce1086.tar.gz
nx-libs-e5fbb11b2d56f5d170aeba4b3aaea62a76ce1086.tar.bz2
nx-libs-e5fbb11b2d56f5d170aeba4b3aaea62a76ce1086.zip
Merge branch 'uli42-pr/add_pkgconfig' into 3.6.x
Attributes GH PR #62: https://github.com/ArcticaProject/nx-libs/pull/62
Diffstat (limited to 'nxcompshad/nxcompshad.pc.in')
-rw-r--r--nxcompshad/nxcompshad.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/nxcompshad/nxcompshad.pc.in b/nxcompshad/nxcompshad.pc.in
new file mode 100644
index 000000000..4d4265c76
--- /dev/null
+++ b/nxcompshad/nxcompshad.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: nxcompshad
+Description: Shadow Session Support for NX Compression Library
+Version: @VERSION@
+Requires: nxcomp
+Requires.private: x11
+Cflags: -I${includedir} -I${includedir}/nx
+Libs: -L${libdir} -lXcompshad
+