aboutsummaryrefslogtreecommitdiff
path: root/nxcompshad/nxcompshad.pc.in
diff options
context:
space:
mode:
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..b12ca3e12
--- /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: @COMPSHAD_VERSION@
+Requires: nxcomp
+Requires.private: x11
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXcompshad
+