forked from AuroraMiddleware/gtk
check that pango has Xft2 support, instead of checking whether Xft2
2002-06-12 Havoc Pennington <hp@redhat.com> * configure.in: check that pango has Xft2 support, instead of checking whether Xft2 exists.
This commit is contained in:
parent
c50b3edfdc
commit
bc79c62741
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-12 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: check that pango has Xft2 support, instead of
|
||||||
|
checking whether Xft2 exists.
|
||||||
|
|
||||||
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (blink_cb): Add an informative
|
* gtk/gtkentry.c (blink_cb): Add an informative
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-12 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: check that pango has Xft2 support, instead of
|
||||||
|
checking whether Xft2 exists.
|
||||||
|
|
||||||
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (blink_cb): Add an informative
|
* gtk/gtkentry.c (blink_cb): Add an informative
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-12 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: check that pango has Xft2 support, instead of
|
||||||
|
checking whether Xft2 exists.
|
||||||
|
|
||||||
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (blink_cb): Add an informative
|
* gtk/gtkentry.c (blink_cb): Add an informative
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-12 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: check that pango has Xft2 support, instead of
|
||||||
|
checking whether Xft2 exists.
|
||||||
|
|
||||||
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (blink_cb): Add an informative
|
* gtk/gtkentry.c (blink_cb): Add an informative
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-12 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: check that pango has Xft2 support, instead of
|
||||||
|
checking whether Xft2 exists.
|
||||||
|
|
||||||
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (blink_cb): Add an informative
|
* gtk/gtkentry.c (blink_cb): Add an informative
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-12 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: check that pango has Xft2 support, instead of
|
||||||
|
checking whether Xft2 exists.
|
||||||
|
|
||||||
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
Wed Jun 12 17:46:53 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkentry.c (blink_cb): Add an informative
|
* gtk/gtkentry.c (blink_cb): Add an informative
|
||||||
|
@ -988,7 +988,7 @@ if test "x$gdktarget" = "xx11"; then
|
|||||||
if test $have_xft = true ; then
|
if test $have_xft = true ; then
|
||||||
have_xft=false
|
have_xft=false
|
||||||
|
|
||||||
if $PKG_CONFIG --exists xft ; then
|
if pkg-config --exists pangoxft '>=' 1.1.0 ; then
|
||||||
x_libs="`pkg-config --libs xft` -lX11 $FREETYPE_LIBS $X_EXTRA_LIBS"
|
x_libs="`pkg-config --libs xft` -lX11 $FREETYPE_LIBS $X_EXTRA_LIBS"
|
||||||
have_xft=true
|
have_xft=true
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user