[totem] Check for libICE and link to it when using the X11 backend
- From: Sebastian Dröge <sdroege src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] Check for libICE and link to it when using the X11 backend
- Date: Tue, 4 May 2010 17:19:33 +0000 (UTC)
commit 14cfbd5528d958c4c378baea210a19dbac43f3f1
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 fbf32c3..6c3330c 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]