diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-11-05 17:43:57 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-11-05 17:43:57 +0000 |
commit | dd80c00e460cf1857eb8a76b62e2058b49f62d88 (patch) | |
tree | 4f2fb85e858b0e57613149ee01f1f47f3ea97107 | |
parent | fa06a4441287f76de3033f15cf1346b4e91004c4 (diff) | |
download | ayatana-indicator-sound-dd80c00e460cf1857eb8a76b62e2058b49f62d88.tar.gz ayatana-indicator-sound-dd80c00e460cf1857eb8a76b62e2058b49f62d88.tar.bz2 ayatana-indicator-sound-dd80c00e460cf1857eb8a76b62e2058b49f62d88.zip |
tidy up unwanted deps
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/player-controller.vala | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 68091b3..b23e9c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,7 +76,6 @@ music_bridge_VALAFLAGS = \ --pkg gee-1.0 \ --pkg Indicate-0.2 \ --pkg Dbusmenu-Glib-0.2 \ - --pkg gtk+-2.0 \ --pkg common-defs \ --pkg dbus-glib-1 \ --pkg gio-unix-2.0 \ diff --git a/src/player-controller.vala b/src/player-controller.vala index 7d3aad0..e2ae4d7 100644 --- a/src/player-controller.vala +++ b/src/player-controller.vala @@ -192,6 +192,5 @@ public class PlayerController : GLib.Object else{ this.update_state(state.DISCONNECTED); } - } - -}
\ No newline at end of file + } +} |