diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-08-05 19:56:44 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-08-05 19:56:44 -0500 |
commit | 6f6674a851fcce75e1808dd6bec7e36ee319085c (patch) | |
tree | 02d8b57593115b738f8d45709ca446683fdcc5af /src | |
parent | 90a5d3f5b933320ba6426bbd18198e4c54bb465e (diff) | |
download | ayatana-indicator-bluetooth-6f6674a851fcce75e1808dd6bec7e36ee319085c.tar.gz ayatana-indicator-bluetooth-6f6674a851fcce75e1808dd6bec7e36ee319085c.tar.bz2 ayatana-indicator-bluetooth-6f6674a851fcce75e1808dd6bec7e36ee319085c.zip |
Remove dbusmenu, gtk, indicator dependencies. Only require gnome-bluetooth on the desktop.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 87f4231..2fc41bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,17 +20,17 @@ indicator_bluetooth_service_VALAFLAGS = \ --pkg rfkill \ --pkg posix \ --pkg glib-2.0 \ - --pkg gtk+-3.0 + --pkg gio-2.0 # -w to disable warnings for vala-generated code indicator_bluetooth_service_CFLAGS = \ -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ -DLOCALE_DIR=\"$(datadir)/locale\" \ - -w \ - $(INDICATOR_BLUETOOTH_SERVICE_CFLAGS) + -w \ + $(SERVICE_DEPS_CFLAGS) indicator_bluetooth_service_LDADD = \ - $(INDICATOR_BLUETOOTH_SERVICE_LIBS) + $(SERVICE_DEPS_LIBS) CLEANFILES = \ $(patsubst %.vala,%.c,$(filter %.vala, $(SOURCES))) \ |