diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-01-17 15:07:08 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-01-17 15:07:08 -0600 |
commit | 5535cc541da4b436c662bef27589f5b929ed982e (patch) | |
tree | 58ffa067227d0a1e6b58a6055a49f4aa3a11be5d /configure.ac | |
parent | 06c8a32dc8fdb3150bed5db3d8ee5919f070a810 (diff) | |
download | ayatana-indicator-power-5535cc541da4b436c662bef27589f5b929ed982e.tar.gz ayatana-indicator-power-5535cc541da4b436c662bef27589f5b929ed982e.tar.bz2 ayatana-indicator-power-5535cc541da4b436c662bef27589f5b929ed982e.zip |
remove g_type_init() calls and bump glib minimum to 2.35.4, where g_type_init() is deprecated
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 f4ada8a..0601c16 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ LT_INIT ########################### # Dependencies ########################### -GLIB_REQUIRED_VERSION=2.33 +GLIB_REQUIRED_VERSION=2.35.4 GIO_REQUIRED_VERSION=2.26 GTK_REQUIRED_VERSION=3.0 INDICATOR_REQUIRED_VERSION=0.3.90 |