Fixed CFLAGS in pkg-config file

SVN revision: 7819
This commit is contained in:
Tilman Sauerbeck 2003-11-07 18:01:09 +00:00
parent 3ddcfbeb21
commit 6680dcc400
1 changed files with 1 additions and 1 deletions

View File

@ -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@