diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2012-12-04 15:24:49 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2012-12-04 15:24:49 +1300 |
commit | c9759cfd8c6b7803277bd5feb657a79fe8ddc66e (patch) | |
tree | e8aeccc063cd41673ce9a12a0358c18ac0c7a61f /configure.ac | |
parent | de247720b4c7261d96dd99edd42f5ea898ab09b5 (diff) | |
download | ayatana-indicator-bluetooth-c9759cfd8c6b7803277bd5feb657a79fe8ddc66e.tar.gz ayatana-indicator-bluetooth-c9759cfd8c6b7803277bd5feb657a79fe8ddc66e.tar.bz2 ayatana-indicator-bluetooth-c9759cfd8c6b7803277bd5feb657a79fe8ddc66e.zip |
Use GnomeBluetooth instead of bluez directly
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d7d5b4d..eee0f17 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ dnl ########################################################################### PKG_CHECK_MODULES(INDICATOR_BLUETOOTH, [ glib-2.0 gtk+-3.0 + gnome-bluetooth-1.0 appindicator3-0.1 ]) |