[evince] Check for libICE, needed by eggsmclient



commit 614adda64ada214362e822ffff2d541ae8e741c9
Author: Emilio Pozuelo Monfort <pochu27 gmail com>
Date:   Wed Feb 16 21:19:15 2011 +0000

    Check for libICE, needed by eggsmclient
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642509

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 034926b..10b577b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ if test "$with_smclient" != "no"; then
   AC_DEFINE([WITH_SMCLIENT],[1],[Define if smclient is enabled])
 
   case "$with_smclient" in
-    xsmp) SMCLIENT_PKGS="sm >= 1.0.0" ;;
+    xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice" ;;
     *) SMCLIENT_PKGS="" ;;
   esac
 



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