diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-13 14:18:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-13 14:18:54 +0000 |
commit | d11951be51e06b6377ce0f1c546fde62281929a9 (patch) | |
tree | 865aa35678a9f0aa750cd96592a09296583c186b /pango.pc.in | |
parent | 427d8c0ccc73f2d209172e8018fa80ccab65b93d (diff) | |
download | pango-d11951be51e06b6377ce0f1c546fde62281929a9.tar.gz |
Remove fribidi include.
Mon Nov 13 09:17:34 2000 Owen Taylor <otaylor@redhat.com>
* pango/pangox.c: Remove fribidi include.
* pango.pc.in (Requires): Substitute fribidi reference only
when necessary
* Makefile.am (pkgconfigdir): pkgconfigdir is $(libdir)/pkgconfig
* modules/indic/Makefile.am (EXTRA_DIST): Add pango-indic-script.h
* fonts/Makefile.am (EXTRA_DIST): Remove devnag*
* configure.in: Up version to 0.13
* docs/pango-docs.sgml: Reorganize, add all new chapters.
* docs/pango-sections.txt: Update
* docs/Makefile.am (IGNORE_HFILES): add mini-fribidi
pango-intset.h
Diffstat (limited to 'pango.pc.in')
-rw-r--r-- | pango.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango.pc.in b/pango.pc.in index a774a46e..ad077425 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: Pango Description: Internationalized text handling Version: @VERSION@ -Requires: fribidi,gobject-2.0,gmodule-2.0 +Requires: @FRIBIDI_PC@glib-2.0,gobject-2.0,gmodule-2.0 Libs: -L${libdir} -lpango Cflags: |