diff options
author | Tor Lillqvist <tml@novell.com> | 2006-08-17 12:33:38 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2006-08-17 12:33:38 +0000 |
commit | b5e137863d91de2459a66163b88874f2afaacdbb (patch) | |
tree | 9caced986a8ad0379d55fb85d37c35b9e2648cd1 | |
parent | 120660ea397549f453772e755db9d3e987802aa2 (diff) | |
download | pango-b5e137863d91de2459a66163b88874f2afaacdbb.tar.gz |
Drop @WIN32_LIBS@, no need to search -lgdi32 when linking apps that link
2006-08-17 Tor Lillqvist <tml@novell.com>
* pangowin32.pc.in: Drop @WIN32_LIBS@, no need to search -lgdi32
when linking apps that link with libcairowin32.
* pango/pango.def: Add two symbols.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | pango/pango.def | 2 | ||||
-rw-r--r-- | pangowin32.pc.in | 2 |
3 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2006-08-17 Tor Lillqvist <tml@novell.com> + + * pangowin32.pc.in: Drop @WIN32_LIBS@, no need to search -lgdi32 + when linking apps that link with libcairowin32. + + * pango/pango.def: Add two symbols. + 2006-08-16 Behdad Esfahbod <behdad@gnome.org> Bug 351585 – API documentation issues with 2.15 release diff --git a/pango/pango.def b/pango/pango.def index b385fa3d..25fd116c 100644 --- a/pango/pango.def +++ b/pango/pango.def @@ -179,6 +179,8 @@ EXPORTS pango_glyph_string_new pango_glyph_string_set_size pango_glyph_string_x_to_index + pango_gravity_get_type + pango_gravity_to_rotation pango_is_zero_width pango_item_copy pango_item_free diff --git a/pangowin32.pc.in b/pangowin32.pc.in index a880e05f..ab74a201 100644 --- a/pangowin32.pc.in +++ b/pangowin32.pc.in @@ -7,6 +7,6 @@ Name: Pango Win32 Description: Win32 GDI font support for Pango Version: @VERSION@ Requires: pango -Libs: -L${libdir} -lpangowin32-@PANGO_API_VERSION@ @WIN32_LIBS@ +Libs: -L${libdir} -lpangowin32-@PANGO_API_VERSION@ Cflags: -I${includedir}/pango-1.0 |