aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/nxcomp.pc.in
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2015-07-12 01:52:29 +0200
committerUlrich Sibiller <uli42@gmx.de>2015-07-12 02:11:25 +0200
commit00cec4924157db9498d56e5c1fbde852e8eb3717 (patch)
treec9c6928aeac3183ea888bf68b2a31bc68ff7302a /nxcomp/nxcomp.pc.in
parentf4c07c07760c33bf7bc908e2d45aee4c4f73f088 (diff)
downloadnx-libs-00cec4924157db9498d56e5c1fbde852e8eb3717.tar.gz
nx-libs-00cec4924157db9498d56e5c1fbde852e8eb3717.tar.bz2
nx-libs-00cec4924157db9498d56e5c1fbde852e8eb3717.zip
Add pkg-config support to nxcomp, nxcompext and nxcompshad
Diffstat (limited to 'nxcomp/nxcomp.pc.in')
-rw-r--r--nxcomp/nxcomp.pc.in15
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
+