diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-02-11 20:25:30 +0000 |
---|---|---|
committer | Tarmac <> | 2013-02-11 20:25:30 +0000 |
commit | c3b9103a6e36220e11fbb55cc6849ee91fdf658d (patch) | |
tree | 1e801ad7456601423af6ed45f60f7478f4a976ff /configure.ac | |
parent | b4ead8b4ab91eeaa50393e92eeedb43cd08ec98b (diff) | |
parent | 5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2 (diff) | |
download | ayatana-indicator-bluetooth-c3b9103a6e36220e11fbb55cc6849ee91fdf658d.tar.gz ayatana-indicator-bluetooth-c3b9103a6e36220e11fbb55cc6849ee91fdf658d.tar.bz2 ayatana-indicator-bluetooth-c3b9103a6e36220e11fbb55cc6849ee91fdf658d.zip |
Support existing gsettings key to disable indicator. Fixes: https://bugs.launchpad.net/bugs/1115394.
Approved by Mathieu Trudel-Lapierre.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 758c71a..2fe9bbe 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,8 @@ AM_PROG_VALAC([0.16.0]) AM_PROG_CC_C_O LT_INIT +GLIB_GSETTINGS + dnl ########################################################################### dnl Dependencies dnl ########################################################################### |