summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk/gtkframe.hxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-11-15 20:08:12 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-11-15 20:29:48 +0000
commit67582fd2e3180fde45c11e85f8c3eb5e20ef8bc0 (patch)
tree67d32416ff9b3064093c8bd087dc2bfbb60d0749 /vcl/inc/unx/gtk/gtkframe.hxx
parent6e1c579f3ba822af3f4449d16a39c5fa4a1f2093 (diff)
glib / dbus version checks strangely ommitted from the merge.
Diffstat (limited to 'vcl/inc/unx/gtk/gtkframe.hxx')
-rw-r--r--vcl/inc/unx/gtk/gtkframe.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/unx/gtk/gtkframe.hxx b/vcl/inc/unx/gtk/gtkframe.hxx
index 72b91199fb56..3613cf5e0b71 100644
--- a/vcl/inc/unx/gtk/gtkframe.hxx
+++ b/vcl/inc/unx/gtk/gtkframe.hxx
@@ -213,7 +213,8 @@ class GtkSalFrame : public SalFrame
#endif
SalMenu* m_pSalMenu;
-#ifdef ENABLE_DBUS
+
+#if defined(ENABLE_DBUS) && defined(ENABLE_GIO)
friend void ensure_dbus_setup(GdkWindow* gdkWindow, GtkSalFrame* pSalFrame);
friend void on_registrar_available (GDBusConnection*, const gchar*, const gchar*, gpointer);
friend void on_registrar_unavailable (GDBusConnection*, const gchar*, gpointer);