diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2013-02-08 11:57:39 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2013-02-08 11:57:39 +1300 |
commit | 5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2 (patch) | |
tree | 1e801ad7456601423af6ed45f60f7478f4a976ff /configure.ac | |
parent | 4643e1008371882190c7dcc3dfcec12d6008152b (diff) | |
download | ayatana-indicator-bluetooth-5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2.tar.gz ayatana-indicator-bluetooth-5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2.tar.bz2 ayatana-indicator-bluetooth-5ab20c16591d13dff5cf3b41f98ae46bfd6e2fa2.zip |
Support existing gsettings key to disable indicator
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 ########################################################################### |