[evince] configure.ac: Move x11 dependency to xsmp support



commit 160f7f50e9cbfc31bde402e3cfbe08ac5ad624c3
Author: Quentin Glidic <sardemff7+git sardemff7 net>
Date:   Sat Jan 26 18:20:25 2013 +0100

    configure.ac: Move x11 dependency to xsmp support
    
    totem-screensaver is gone and egg_smclient is used for xsmp support only
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692591

 configure.ac |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8078246..44ecd10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,8 +164,6 @@ case "$with_platform" in
         # the hicolor-icon-theme does not have a pkgconfig file, on gnome we
         # require the gnome icon theme instead.
         SHELL_PLATFORM_PKGS="gnome-icon-theme >= $GNOME_ICON_THEME_REQUIRED"
-        # The totem-screensaver and egg_smclient code use x11 directly.
-        SHELL_PLATFORM_PKGS="$SHELL_PLATFORM_PKGS x11"
         ;;
   *)
         # On all other platforms we issue a warning about the runtime
@@ -237,7 +235,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 ice" ;;
+    xsmp) SMCLIENT_PKGS="sm >= 1.0.0 ice x11" ;;
     *) SMCLIENT_PKGS="" ;;
   esac
 



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