[totem/gnome-2-32] Check for libICE and link to it when using the X11 backend



commit 6a09e3a4da62ae89bea811181e0e5fe81e91fefd
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Tue May 4 19:07:23 2010 +0200

    Check for libICE and link to it when using the X11 backend

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index a5b3f8c..2c25d42 100644
--- a/configure.in
+++ b/configure.in
@@ -156,7 +156,7 @@ AC_ARG_WITH([smclient],
   [AS_HELP_STRING([--with-smclient],[which smclient backend to use (xsmp/win32/quartz)])],
   [],
   [case "$GDK_TARGET" in
-    x11) with_smclient=xsmp SMCLIENT_PKGS="sm" ;;
+    x11) with_smclient=xsmp SMCLIENT_PKGS="sm ice" ;;
     win32|quartz) with_smclient=$GDK_TARGET ;;
     *) with_smclient=no ;;
    esac])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]