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 /nxcomp/nxcomp.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 'nxcomp/nxcomp.pc.in')
-rw-r--r-- | nxcomp/nxcomp.pc.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nxcomp/nxcomp.pc.in b/nxcomp/nxcomp.pc.in new file mode 100644 index 000000000..f4d3a7efb --- /dev/null +++ b/nxcomp/nxcomp.pc.in @@ -0,0 +1,15 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: nxcomp +Description: NX Compression Library +Version: @VERSION@ +#libjepg does not provide a pkgconfig-file, zlib does not provide it for older versions +#Requires: libjpeg zlib +Requires: libpng +Requires.private: x11 +Cflags: -I${includedir} -I${includedir}/nx +Libs: -L${libdir} -lXcomp + |