diff options
author | infirit <[email protected]> | 2014-10-24 13:48:16 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-10-24 15:40:43 +0200 |
commit | 1e7c923638600f865601bda3e2f294cadea7a244 (patch) | |
tree | d83e70a8577922138f6177d2b79628e5c3956b94 /configure.ac | |
parent | 97fb53f44158608e56e236f2bb620752d3c04b4e (diff) | |
download | marco-1e7c923638600f865601bda3e2f294cadea7a244.tar.bz2 marco-1e7c923638600f865601bda3e2f294cadea7a244.tar.xz |
Remove deprecated glib thread api calls.
Also bump minimum required glib version to 2.32.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9074723e..f43612ac 100644 --- a/configure.ac +++ b/configure.ac @@ -181,7 +181,7 @@ AM_GLIB_GNU_GETTEXT ## here we get the flags we'll actually use # GOptionEntry requires glib-2.6.0 -PKG_CHECK_MODULES(ALL, glib-2.0 >= 2.6.0) +PKG_CHECK_MODULES(ALL, glib-2.0 >= 2.32.0) # gtk_window_set_icon_name requires gtk2+-2.60 PKG_CHECK_MODULES(MARCO_MESSAGE, gtk+-$GTK_API_VERSION >= $GTK_MIN_VERSION) PKG_CHECK_MODULES(MARCO_WINDOW_DEMO, gtk+-$GTK_API_VERSION >= $GTK_MIN_VERSION) |