From 6680dcc400794827be4fdf6dd74bba1653d9fdce Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Fri, 7 Nov 2003 18:01:09 +0000 Subject: [PATCH] Fixed CFLAGS in pkg-config file SVN revision: 7819 --- imlib2.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@