diff options
author | Alexander Larsson <alla@lysator.liu.se> | 2001-01-05 13:52:07 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-01-05 13:52:07 +0000 |
commit | cfeef42ca84e57542052ac489766b02a2a5fce8f (patch) | |
tree | 3ef024dbcc17cc0f7fedc12438c73268c52291ba /pangoft2.pc.in | |
parent | 383df0f5f21ec28971ac5e2c55211adf4159c521 (diff) | |
download | pango-cfeef42ca84e57542052ac489766b02a2a5fce8f.tar.gz |
Add pangoft2.pc
2001-01-05 Alexander Larsson <alla@lysator.liu.se>
* .cvsignore: Add pangoft2.pc
* Makefile.am:
* configure.in:
Build and install pangoft2.pc
* pangoft2.pc:
New file.
Diffstat (limited to 'pangoft2.pc.in')
-rw-r--r-- | pangoft2.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pangoft2.pc.in b/pangoft2.pc.in new file mode 100644 index 00000000..89d0f881 --- /dev/null +++ b/pangoft2.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Pango FT2 +Description: Freetype 2.0 font support for Pango +Version: @VERSION@ +Requires: pango +Libs: -L${libdir} -lpangoft2 @FREETYPE_LIBS@ +Cflags: -I${includedir}/pango-1.0 @FREETYPE_CFLAGS@ + |