]> Pileus Git - ~andy/gtk/commitdiff
Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config files for x11/xext.
authorOwen Taylor <otaylor@redhat.com>
Mon, 15 Aug 2005 21:26:19 +0000 (21:26 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 15 Aug 2005 21:26:19 +0000 (21:26 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
configure.in

index 0ff75b44aa8a94bdef5855c473943b235fe1bf2c..83dfbed474541315a6621fcaa33da853ebefa6e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 0ff75b44aa8a94bdef5855c473943b235fe1bf2c..83dfbed474541315a6621fcaa33da853ebefa6e7 100644 (file)
@@ -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
index 0ff75b44aa8a94bdef5855c473943b235fe1bf2c..83dfbed474541315a6621fcaa33da853ebefa6e7 100644 (file)
@@ -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
index 8459ff31f56dd1ced2d3fe8435e862e299c7e511..4c09d185185e947a3c4efbea4af77f886bfc28e9 100644 (file)
@@ -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"