diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-11-29 16:09:37 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-11-29 16:09:37 +0000 |
commit | 801c16be4a652441d34df85892621470fce58f28 (patch) | |
tree | 2910944cfeba36b8a980f78c5c5185a3fdc7d322 /pango.pc.in | |
parent | 910ef8f6e16efc72b1b7df9d09bccdc19da51bcd (diff) | |
download | pango-801c16be4a652441d34df85892621470fce58f28.tar.gz |
Some tiny changes to correspond to fribidi-0.15
Wed Nov 29 11:08:52 2000 Owen Taylor <otaylor@redhat.com>
* pango/mini-fribidi/fribidi.c pango/mini-fribidi/fribidi-tables.i:
Some tiny changes to correspond to fribidi-0.15
* pango.pc.in pango-config.in pango/Makefile.am:
Move headers into separate subdir, to avoid
clashes with future versions of Pango.
Diffstat (limited to 'pango.pc.in')
-rw-r--r-- | pango.pc.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pango.pc.in b/pango.pc.in index ad077425..70b1195c 100644 --- a/pango.pc.in +++ b/pango.pc.in @@ -8,6 +8,5 @@ Description: Internationalized text handling Version: @VERSION@ Requires: @FRIBIDI_PC@glib-2.0,gobject-2.0,gmodule-2.0 Libs: -L${libdir} -lpango -Cflags: - +Cflags: -I${includedir}/pango-1.0 |