aboutsummaryrefslogtreecommitdiffstats
path: root/libgammamm.pc
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-04 03:29:12 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-04 03:29:12 +0200
commit2e1efc10229d2a0ea078443349185faf4ae2e0a1 (patch)
treee426efbfc7c676b3c548407c483f95109c721353 /libgammamm.pc
parentderp (diff)
downloadlibgammamm-2e1efc10229d2a0ea078443349185faf4ae2e0a1.tar.gz
libgammamm-2e1efc10229d2a0ea078443349185faf4ae2e0a1.tar.bz2
libgammamm-2e1efc10229d2a0ea078443349185faf4ae2e0a1.tar.xz
add pkg-config file1.0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'libgammamm.pc')
-rw-r--r--libgammamm.pc11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgammamm.pc b/libgammamm.pc
new file mode 100644
index 0000000..e9fff52
--- /dev/null
+++ b/libgammamm.pc
@@ -0,0 +1,11 @@
+prefix=/usr
+exec_prefix=/usr
+libdir=/usr/lib
+includedir=/usr/include
+
+Name: libgammamm
+Description: Display server abstraction layer for gamma ramps for C++
+Version: 1.0
+Libs: -L${libdir} -lgammamm -lgamma
+Cflags: -I${includedir}
+