forked from AuroraMiddleware/gtk
Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config files for x11/xext.
2005-08-15 Owen Taylor <otaylor@redhat.com> * configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config files for x11/xext. (Jonas Bonn)
This commit is contained in:
parent
62ea100bf7
commit
70be25eea2
@ -1,3 +1,8 @@
|
||||
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
|
||||
files for x11/xext. (Jonas Bonn)
|
||||
|
||||
2005-08-15 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
|
||||
files for x11/xext. (Jonas Bonn)
|
||||
|
||||
2005-08-15 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
|
||||
files for x11/xext. (Jonas Bonn)
|
||||
|
||||
2005-08-15 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
|
||||
|
@ -1297,7 +1297,7 @@ if test "x$gdktarget" = "xx11"; then
|
||||
if $have_base_x_pc ; then
|
||||
GDK_EXTRA_LIBS="$x_extra_libs"
|
||||
else
|
||||
GDK_EXTRA_LIBS="$X_LIBS $x_extra_libs -lX11 $GDK_EXTRA_LIBS"
|
||||
GDK_EXTRA_LIBS="$X_LIBS $x_extra_libs -lXext -lX11 $GDK_EXTRA_LIBS"
|
||||
fi
|
||||
|
||||
CPPFLAGS="$gtk_save_cppflags"
|
||||
|
Loading…
Reference in New Issue
Block a user