diff options
author | James Henstridge <james@daa.com.au> | 2003-11-18 07:28:16 +0000 |
---|---|---|
committer | James Henstridge <james@daa.com.au> | 2003-11-18 07:28:16 +0000 |
commit | a26c3d4a5925bf971dfac5be0ee492e5c7cb51a2 (patch) | |
tree | 847bbb77a21dcb01bd3d15a7ce6339a1f7b93b57 /cairo.pc.in | |
parent | 97cfea914d5276bd575264827293c3dfe458e678 (diff) |
add FREETYPE_CFLAGS/LIBS to Libs/Cflags rather than requiring "freetype2", which doesn't exist in anything but the most recent version of freetype.
add freetype cflags/libs substitutions.
Diffstat (limited to 'cairo.pc.in')
-rw-r--r-- | cairo.pc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cairo.pc.in b/cairo.pc.in index 81cbd441b..69b593f92 100644 --- a/cairo.pc.in +++ b/cairo.pc.in @@ -7,7 +7,7 @@ Name: cairo Description: Multi-platform 2D graphics library Version: @VERSION@ -Requires: fontconfig freetype2 libic slim -Libs: -L${libdir} -lcairo -lm -Cflags: -I${includedir} +Requires: fontconfig libic slim +Libs: -L${libdir} -lcairo -lm @FREETYPE_LIBS@ +Cflags: -I${includedir} @FREETYPE_CFLAGS@ |