summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@debian.org>2012-09-11 13:41:44 +0200
committerRene Engelhard <rene@debian.org>2012-09-11 13:43:00 +0200
commit2b021c047c03645a47aacf405cc8f2992ae57186 (patch)
tree217cbf93dae1305b13f15067493bd9da43a08d09 /configure.in
parenta26bbbac9159dd7ca84bcca0a0fc19dab85715a5 (diff)
add AC_ARG_ENABLE for packagekit; remove "auto font install" from dbus
Change-Id: I973bc94569559a65484d359fe153bc6a53bbd848
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7eb2e6723e72..b30327cfb13b 100644
--- a/configure.in
+++ b/configure.in
@@ -849,9 +849,15 @@ AC_ARG_ENABLE(opengl,
AC_ARG_ENABLE(dbus,
AS_HELP_STRING([--disable-dbus],
[Determines whether to enable features that depend on dbus.
- e.g. Presentation mode screensaver control, auto font install, bluetooth presentation control])
+ e.g. Presentation mode screensaver control, bluetooth presentation control])
,enable_dbus=yes)
+AC_ARG_ENABLE(packagekit,
+ AS_HELP_STRING([--enable-packagekit],
+ [Determines whether to enable features using packagekit.
+ Right now that is auto font install)]
+,)
+
AC_ARG_ENABLE(gconf,
AS_HELP_STRING([--disable-gconf],
[Determines whether to use the GConf support.]),