From a0850db02a58f14a7fd778814f2be6ced4433022 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Wed, 22 May 2013 07:22:33 +0200 Subject: fdo#63840 lp#1182082: disable internal unity integration against glib<2.36 * that is: use internal unity integration from Ubuntu 13.04 raring upwards only Change-Id: I08b9d950245b21e8d92c1e76905d53e97afdf685 --- vcl/inc/unx/gtk/gtksalmenu.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') diff --git a/vcl/inc/unx/gtk/gtksalmenu.hxx b/vcl/inc/unx/gtk/gtksalmenu.hxx index d161c61b3d54..89c1af044165 100644 --- a/vcl/inc/unx/gtk/gtksalmenu.hxx +++ b/vcl/inc/unx/gtk/gtksalmenu.hxx @@ -19,7 +19,7 @@ #include #if defined(ENABLE_DBUS) && defined(ENABLE_GIO) && \ - (GLIB_MAJOR_VERSION > 2 || GLIB_MINOR_VERSION >= 32) + (GLIB_MAJOR_VERSION > 2 || GLIB_MINOR_VERSION >= 36) # define ENABLE_GMENU_INTEGRATION # include # include -- cgit