diff options
author | Keith Packard <keithp@keithp.com> | 2002-05-23 17:06:46 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2002-05-23 17:06:46 +0000 |
commit | 2eafe0904dfcd08e87d125ff6893cb4d4f5a4a95 (patch) | |
tree | 98f8f33dc19e74a06cf11c1b3f1519e9e2215e5a /fontconfig.pc.in | |
parent | 1c20b1cc0b7a27f29634f80a9d48cbed8aabc7a9 (diff) |
Add pkgconfig control file and fontconfig-config script
Diffstat (limited to 'fontconfig.pc.in')
-rw-r--r-- | fontconfig.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fontconfig.pc.in b/fontconfig.pc.in new file mode 100644 index 00000000..a84b5f49 --- /dev/null +++ b/fontconfig.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Fontconfig +Description: Font configuration and customization library +Version: @PACKAGE_VERSION@ +Requires: freetype2 +Libs: -L${libdir} -lfontconfig +Cflags: -I${includedir} |