summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-08-17 12:33:38 +0000
committerTor Lillqvist <tml@src.gnome.org>2006-08-17 12:33:38 +0000
commitb5e137863d91de2459a66163b88874f2afaacdbb (patch)
tree9caced986a8ad0379d55fb85d37c35b9e2648cd1
parent120660ea397549f453772e755db9d3e987802aa2 (diff)
downloadpango-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--ChangeLog7
-rw-r--r--pango/pango.def2
-rw-r--r--pangowin32.pc.in2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d0df355..f5a9e0e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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