Consistently order pangoxft / pangox in pkg-config calls in hopes of
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Consistently order pangoxft / pangox in pkg-config calls in hopes of reducing problems (Eric Mader.)
This commit is contained in:
parent
49883d5442
commit
1ed63ae04a
@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Consistently order pangoxft / pangox
|
||||||
|
in pkg-config calls in hopes of reducing problems
|
||||||
|
(Eric Mader.)
|
||||||
|
|
||||||
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Consistently order pangoxft / pangox
|
||||||
|
in pkg-config calls in hopes of reducing problems
|
||||||
|
(Eric Mader.)
|
||||||
|
|
||||||
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Consistently order pangoxft / pangox
|
||||||
|
in pkg-config calls in hopes of reducing problems
|
||||||
|
(Eric Mader.)
|
||||||
|
|
||||||
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Consistently order pangoxft / pangox
|
||||||
|
in pkg-config calls in hopes of reducing problems
|
||||||
|
(Eric Mader.)
|
||||||
|
|
||||||
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Consistently order pangoxft / pangox
|
||||||
|
in pkg-config calls in hopes of reducing problems
|
||||||
|
(Eric Mader.)
|
||||||
|
|
||||||
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
Thu Aug 8 21:53:16 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Consistently order pangoxft / pangox
|
||||||
|
in pkg-config calls in hopes of reducing problems
|
||||||
|
(Eric Mader.)
|
||||||
|
|
||||||
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
2002-08-07 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
* gtk/gtkmain.c (gtk_init): Fix doc comment.
|
||||||
|
@ -943,7 +943,7 @@ if test "x$gdktarget" = "xx11"; then
|
|||||||
|
|
||||||
## be sure we also have Pango built with xft support
|
## be sure we also have Pango built with xft support
|
||||||
if $PKG_CONFIG --exists pangoxft ; then
|
if $PKG_CONFIG --exists pangoxft ; then
|
||||||
PANGO_PACKAGES="pangox pangoxft"
|
PANGO_PACKAGES="pangoxft pangox"
|
||||||
have_xft=true
|
have_xft=true
|
||||||
AC_DEFINE(HAVE_XFT)
|
AC_DEFINE(HAVE_XFT)
|
||||||
if $have_freetype ; then
|
if $have_freetype ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user