diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2015-07-12 01:52:29 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-09-28 07:53:07 +0200 |
commit | 708cf86a5e2d56c7de6738684d3e4f48bc6478ed (patch) | |
tree | 003dbf14f0cf712b8622063c5a0fac2daee837db /nxcompshad/nxcompshad.pc.in | |
parent | 8c0a6161dc12a13da8a8507797814f208315b718 (diff) | |
download | nx-libs-708cf86a5e2d56c7de6738684d3e4f48bc6478ed.tar.gz nx-libs-708cf86a5e2d56c7de6738684d3e4f48bc6478ed.tar.bz2 nx-libs-708cf86a5e2d56c7de6738684d3e4f48bc6478ed.zip |
Add pkg-config support to nxcomp, nxcompext and nxcompshad
Diffstat (limited to 'nxcompshad/nxcompshad.pc.in')
-rw-r--r-- | nxcompshad/nxcompshad.pc.in | 13 |
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 + |