[evince] [build] Enable thumbnailer by default, except for hildon platform
- From: Jan-Joost Spanjers <jspanjers src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] [build] Enable thumbnailer by default, except for hildon platform
- Date: Mon, 26 Jul 2010 13:37:21 +0000 (UTC)
commit 86e41a9d457049a4cc45efba0edcb15efbc6b045
Author: Hib Eris <hib hiberis nl>
Date: Wed Jul 21 18:53:07 2010 +0200
[build] Enable thumbnailer by default, except for hildon platform
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index f2f49a8..f36495b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -397,8 +397,8 @@ AC_ARG_ENABLE([thumbnailer],
[Disable GNOME thumbnailer])],
[],
[case "$with_platform" in
- gnome) enable_thumbnailer=yes ;;
- *) enable_thumbnailer=no ;;
+ hildon) enable_thumbnailer=no ;;
+ *) enable_thumbnailer=yes ;;
esac])
AM_CONDITIONAL([ENABLE_THUMBNAILER],[test "$enable_thumbnailer" = "yes"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]