summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-11-09 15:28:56 +0100
committerBastien Nocera <hadess@hadess.net>2012-11-09 15:34:28 +0100
commitc54e93e4310342ffce13e15b5a1b9a6ee9500a05 (patch)
tree659b490559d7c805c6c3ae9703165360d21eea13 /configure.ac
parent33f9e8c880eb7909438c3d2ae69b170fc7715c61 (diff)
downloadgnome-bluetooth-c54e93e4310342ffce13e15b5a1b9a6ee9500a05.tar.gz
applet: Remove fallback applet
As fallback is now obsolete. #fallback https://bugzilla.gnome.org/show_bug.cgi?id=682860
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index c1045166..bd38c4b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_INIT([gnome-bluetooth],
[gnomebt_version_major.gnomebt_version_minor.gnomebt_version_micro],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-bluetooth])
-AC_CONFIG_SRCDIR([applet/main.c])
+AC_CONFIG_SRCDIR([applet/bluetooth-applet.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.8 dist-xz no-dist-gzip check-news tar-ustar])
@@ -78,13 +78,6 @@ NOTIFY_REQUIRED=0.7.0
NAUTILUS_SENDTO_REQUIRED=2.29.0
NAUTILUS_SENDTO_MAX_REQUIRED=3.7.0
-dnl Requires for the applet
-PKG_CHECK_MODULES(APPLET,
- gmodule-export-2.0
- glib-2.0 >= $GLIB_REQUIRED
- gtk+-3.0 >= $GTK_REQUIRED
- libnotify >= $NOTIFY_REQUIRED)
-
dnl Requires for the sendto app
PKG_CHECK_MODULES(SENDTO,
gtk+-3.0
@@ -159,7 +152,6 @@ AC_OUTPUT(Makefile
lib/Makefile
lib/plugins/Makefile
applet/Makefile
- applet/bluetooth-applet.desktop.in
wizard/Makefile
wizard/bluetooth-wizard.desktop.in
sendto/Makefile