diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-04 03:29:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-04 03:29:12 +0200 |
commit | 2e1efc10229d2a0ea078443349185faf4ae2e0a1 (patch) | |
tree | e426efbfc7c676b3c548407c483f95109c721353 /libgammamm.pc | |
parent | derp (diff) | |
download | libgammamm-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.pc | 11 |
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} + |