From 656d5c9d7e37a301afa3af9c2382d6b869f57ebf Mon Sep 17 00:00:00 2001 From: David Kozub Date: Tue, 29 May 2012 22:53:21 +0200 Subject: 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 Signed-off-by: Henrik Rydberg --- mtdev.pc.in | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.2.3