diff options
| author | David Kozub <zub@linux.fjfi.cvut.cz> | 2012-05-29 22:53:21 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2012-05-29 23:33:22 +0200 |
| commit | 656d5c9d7e37a301afa3af9c2382d6b869f57ebf (patch) | |
| tree | 6aed41d9e72d69ab96533fe8825059fcef71359e | |
| parent | 5a6773f85a77e78dbbb915e32768aa24e1c83124 (diff) | |
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.in | 1 |
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 | |||
| 7 | Description: Multitouch Protocol Translation Library | 7 | Description: Multitouch Protocol Translation Library |
| 8 | Version: @PACKAGE_VERSION@ | 8 | Version: @PACKAGE_VERSION@ |
| 9 | Libs: -L${libdir} -lmtdev | 9 | Libs: -L${libdir} -lmtdev |
| 10 | Cflags: -I${includedir} | ||
