summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-07-27 17:58:00 +0200
committerBastien Nocera <hadess@hadess.net>2015-07-30 20:09:05 +0200
commitdae7b63ec00ed191ae61240334e4938f260d55fa (patch)
treed435ddc6f05fc447c72172fc0362a061e6ce1c2f /configure.ac
parent9800247e36fdced4c45bcca9f01ce7082b6ec612 (diff)
downloadgnome-bluetooth-dae7b63ec00ed191ae61240334e4938f260d55fa.tar.gz
settings-widget: Add Obex preferences
As we're moving ObexPush preferences to the Bluetooth panel, and that unpaired devices will need the computer to be visible to be able to send files to it, move the code to receive files via Obex to the widget itself, so that it can be launched when the dialogue is visible, and turned off when the panel exits, or the application quits (whether unexpectedly or not). https://bugzilla.gnome.org/show_bug.cgi?id=740369
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 69f6583b..632acca9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -94,7 +94,9 @@ PKG_CHECK_MODULES(LIBGNOMEBT,
gmodule-2.0
gio-unix-2.0
gtk+-3.0 >= $GTK_REQUIRED
- libudev)
+ libudev
+ libnotify
+ libcanberra-gtk3)
GDBUS_CODEGEN="gdbus-codegen"
AC_SUBST(GDBUS_CODEGEN)