summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgdbus/libgdbus/fix-for-new-glib.patch
blob: 4bd836062f3c5a7de8690bb806a18a3a184c8137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Fix for glib-2.0 version 2.32.2

Upstream-Status: Pending

Signed-off-by: Saul Wold <sgw@linux.intel.com>


Index: git/src/debug.h
===================================================================
--- git.orig/src/debug.h
+++ git/src/debug.h
@@ -19,7 +19,7 @@
  *
  */
 
-#include <glib/gmessages.h>
+#include <glib.h>
 
 //#define DBG(fmt, arg...)  g_debug("%s: " fmt, __FUNCTION__ , ## arg)
 #define DBG(fmt, arg...)