• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/metacity/0002-gconf.patch
Peter KorsgaardPeter Korsgaard committed 298cd8eaa2103 Feb 2015
Raw file
Source viewDiff to previous
 
1
[PATCH] fix build with --disable-gconf
2
​
3
src/core/prefs.c still contain a call to gconf_client_set_bool() when
4
built with --disable-gconf, breaking the build.
5
​
6
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7
---
8
 src/core/prefs.c |    2 ++
9
 1 file changed, 2 insertions(+)
10
​
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
15
@@ -2949,6 +2949,7 @@
16
 void
17
 meta_prefs_set_compositing_manager (gboolean whether)
18
 {
19
+#if HAVE_GCONF
20
   GError *err = NULL;
21
 
22
   gconf_client_set_bool (default_client,
23
@@ -2962,6 +2963,7 @@
24
                     err->message);
25
       g_error_free (err);
26
     }
27
+#endif
28
 }
29
 
30
 #ifndef HAVE_GCONF
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.