After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 626081 - make dconf editor optional
make dconf editor optional
Status: RESOLVED FIXED
Product: dconf
Classification: Core
Component: general
0.5
Other Linux
: Normal enhancement
: ---
Assigned To: dconf-maint
dconf-maint
Depends on:
Blocks:
 
 
Reported: 2010-08-05 07:05 UTC by Robert Schwebel
Modified: 2010-08-05 13:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch: make dconf editor optional (1.64 KB, patch)
2010-08-05 07:05 UTC, Robert Schwebel
none Details | Review

Description Robert Schwebel 2010-08-05 07:05:29 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.
Comment 1 Allison Karlitskaya (desrt) 2010-08-05 13:04:46 UTC
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")