diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-10-14 17:58:42 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-10-14 17:58:42 +0100 |
commit | e2792ab0a1dfd8ca0c96b59b675fa09e8cd0e5d7 (patch) | |
tree | af40bb6796cdb9b60c182bfe7d572b95dc649b3f /src/Makefile.am | |
parent | 000862e2eae0d894e1f81df6b13c14d19f407d48 (diff) | |
download | ayatana-indicator-sound-e2792ab0a1dfd8ca0c96b59b675fa09e8cd0e5d7.tar.gz ayatana-indicator-sound-e2792ab0a1dfd8ca0c96b59b675fa09e8cd0e5d7.tar.bz2 ayatana-indicator-sound-e2792ab0a1dfd8ca0c96b59b675fa09e8cd0e5d7.zip |
moving towards getting the icon across the divide
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b23e9c1..563b755 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,6 +76,8 @@ music_bridge_VALAFLAGS = \ --pkg gee-1.0 \ --pkg Indicate-0.2 \ --pkg Dbusmenu-Glib-0.2 \ + --pkg DbusmenuGtk-0.2 \ + --pkg gtk+-2.0 \ --pkg common-defs \ --pkg dbus-glib-1 \ --pkg gio-unix-2.0 \ |