1 [PATCH] fix build with --disable-gconf
3 src/core/prefs.c still contain a call to gconf_client_set_bool() when
4 built with --disable-gconf, breaking the build.
6 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8 src/core/prefs.c | 2 ++
9 1 file changed, 2 insertions(+)
11 Index: metacity-2.25.1/src/core/prefs.c
12 ===================================================================
13 --- metacity-2.25.1.orig/src/core/prefs.c
14 +++ metacity-2.25.1/src/core/prefs.c
17 meta_prefs_set_compositing_manager (gboolean whether)
22 gconf_client_set_bool (default_client,