summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2003-11-07 18:01:09 +0000
committerTilman Sauerbeck <tilman@code-monkey.de>2003-11-07 18:01:09 +0000
commit6680dcc400794827be4fdf6dd74bba1653d9fdce (patch)
tree7d5dafc1061f58d574b859b255bc645afeaca5a8
parent3ddcfbeb21beaa0c87bc50638c35ebf0bec089d1 (diff)
downloadimlib2-6680dcc400794827be4fdf6dd74bba1653d9fdce.tar.gz
Fixed CFLAGS in pkg-config file
SVN revision: 7819
-rw-r--r--imlib2.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/imlib2.pc.in b/imlib2.pc.in
index a8a7548..1f77456 100644
--- a/imlib2.pc.in
+++ b/imlib2.pc.in
@@ -8,5 +8,5 @@ Description: Powerful image loading and rendering library
Version: @VERSION@
Requires: @REQUIREMENTS@
Libs: -L${libdir} -lImlib2 @freetype_libs@ -lm @x_libs@ @x_ldflags@ @dlopen_libs@
-Cflags: -I${includedir} @x_includes@ @freetype_cflags@
+Cflags: -I${includedir} -I@x_includes@ @freetype_cflags@