File: 05_fix_glibmm_ftbfs.patch

package info (click to toggle)
dbus-c%2B%2B 0.9.0-8.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,764 kB
  • sloc: sh: 10,179; cpp: 7,696; makefile: 355; xml: 335; ansic: 109
file content (19 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Fix build with glibmm 2.4
Origin: patch imported from OpenSUSE, http://download.opensuse.org/factory/repo/src-oss/suse/src/libdbus-c++-0.9.0-12.2.src.rpm
Author: dimstar@opensuse.org
Bug-Debian: https://bugs.debian.org/793323
Last-Update: 2015-07-22

--- a/examples/glib/dbus-browser.h
+++ b/examples/glib/dbus-browser.h
@@ -1,9 +1,9 @@
 #ifndef __DEMO_DBUS_BROWSER_H
 #define __DEMO_DBUS_BROWSER_H
 
+#include <gtkmm.h>
 #include <dbus-c++/dbus.h>
 #include <dbus-c++/glib-integration.h>
-#include <gtkmm.h>
 
 #include "dbus-glue.h"