Kaydet (Commit) 2b021c04 authored tarafından Rene Engelhard's avatar Rene Engelhard

add AC_ARG_ENABLE for packagekit; remove "auto font install" from dbus

Change-Id: I973bc94569559a65484d359fe153bc6a53bbd848
üst a26bbbac
......@@ -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.]),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment