[gnome-terminal] build: explicitely require ICE in configure (#634950)



commit e9daf1c9b763fc0a803b4d9016958bedd44952c4
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jan 18 01:03:21 2011 +0100

    build: explicitely require ICE in configure (#634950)
    
    Some distributions (e.g. Debian) tweak the SM pkgconfig file to remove
    -lICE from Requires, so the dependency is not dragged in properly.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f5a3070..0fec3a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ AC_ARG_WITH([smclient],
   [AS_HELP_STRING([--with-smclient-backend],[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]