diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-05-22 07:22:33 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-05-22 07:23:33 +0200 |
commit | a0850db02a58f14a7fd778814f2be6ced4433022 (patch) | |
tree | 8c27bd76df993074ce8c92af08037e1b48fc42ea /vcl/inc/unx/gtk/gtksalmenu.hxx | |
parent | 44a7759b2971c326852d0fb24cf6ea4a540a28f1 (diff) |
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
Diffstat (limited to 'vcl/inc/unx/gtk/gtksalmenu.hxx')
-rw-r--r-- | vcl/inc/unx/gtk/gtksalmenu.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unx/gtk/gtkframe.hxx> #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 <unx/gtk/glomenu.h> # include <unx/gtk/gloactiongroup.h> |