GNOME Bugzilla – Bug 626081
make dconf editor optional
Last modified: 2010-08-05 13:04:46 UTC
Created attachment 167159 [details] [review] patch: make dconf editor optional dconf got recently a nice new editor, but if you use it on embedded systems, you probably don't need it. The attached patch makes the editor and all related dependencies configurable.
Committed the patch with a slightly reworked configure.ac fragment: This is the best way: AC_ARG_ENABLE(editor, AC_HELP_STRING([--disable-editor], [Disable the dconf editor])) AM_CONDITIONAL(ENABLE_EDITOR, test "x$enable_editor" != "xno")