summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kozub <zub@linux.fjfi.cvut.cz>2012-05-29 22:53:21 +0200
committerHenrik Rydberg <rydberg@euromail.se>2012-05-29 23:33:22 +0200
commit656d5c9d7e37a301afa3af9c2382d6b869f57ebf (patch)
tree6aed41d9e72d69ab96533fe8825059fcef71359e
parent5a6773f85a77e78dbbb915e32768aa24e1c83124 (diff)
downloadmtdev-git-656d5c9d7e37a301afa3af9c2382d6b869f57ebf.tar.gz
Fix pc file to allow compiling with mtdev installed in non-std path.
The pkgconfig file does not specify the -I flag needed to be able to compile with `pkg-config mtdev --cflags` when libmtdev is installed to a directory that is not searched by the C compiler by default. This patch fixes the issue. Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
-rw-r--r--mtdev.pc.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/mtdev.pc.in b/mtdev.pc.in
index de5528b..6a140d1 100644
--- a/mtdev.pc.in
+++ b/mtdev.pc.in
@@ -7,3 +7,4 @@ Name: mtdev
Description: Multitouch Protocol Translation Library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lmtdev
+Cflags: -I${includedir}