diff options
author | Keith Packard <keithp@keithp.com> | 2002-05-23 17:09:32 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-05-23 17:09:32 +0000 |
commit | 61bb4bad756c6c3da6bd8306e1c5cd2ec0b18415 (patch) | |
tree | a4d2c41fafa9891ee3e314ab8e8dd7c82039f3fc /fontconfig.pc.in | |
parent | 2eafe0904dfcd08e87d125ff6893cb4d4f5a4a95 (diff) |
Dont require freetype to build with fontconfig
Diffstat (limited to 'fontconfig.pc.in')
-rw-r--r-- | fontconfig.pc.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fontconfig.pc.in b/fontconfig.pc.in index a84b5f4..c925de1 100644 --- a/fontconfig.pc.in +++ b/fontconfig.pc.in @@ -6,6 +6,5 @@ includedir=@includedir@ Name: Fontconfig Description: Font configuration and customization library Version: @PACKAGE_VERSION@ -Requires: freetype2 Libs: -L${libdir} -lfontconfig Cflags: -I${includedir} |