aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2013-04-05 14:43:22 +0000
committerTarmac <Unknown>2013-04-05 14:43:22 +0000
commitd774ac38dd84f52394bfcbb557b0e3475f999f34 (patch)
treeecfa17ebc292904664ce58e5ecb5905744518bbb /src/Makefile.am
parenta83c4b7d257344bff272c169e36736a2205fda31 (diff)
parent0762482ba33dc83ce4675481895bf0cd6568e53d (diff)
downloadayatana-indicator-sound-d774ac38dd84f52394bfcbb557b0e3475f999f34.tar.gz
ayatana-indicator-sound-d774ac38dd84f52394bfcbb557b0e3475f999f34.tar.bz2
ayatana-indicator-sound-d774ac38dd84f52394bfcbb557b0e3475f999f34.zip
PlayerActivator: Use BAMF to find the windows to activate with timestamp
Improved the"old" GtkApplicationPlayer, using BAMF as a fallback method to activate an application's windows. Basically we try to get the windows of the selected application and when found we focus them using the activation timestamp. Fixes: https://bugs.launchpad.net/bugs/627195. Approved by PS Jenkins bot, Lars Uebernickel.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 381da56..55df0f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,7 +68,7 @@ music_bridge_VALASOURCES = \
playlists-menu-item.vala \
freedesktop-interfaces.vala \
fetch-file.vala \
- gtk-application-player.vala
+ player-activator.vala
music_bridge_VALAFLAGS = \
--ccode \
@@ -83,7 +83,9 @@ music_bridge_VALAFLAGS = \
--pkg gio-2.0 \
--pkg gio-unix-2.0 \
--pkg gdk-3.0 \
+ --pkg gdk-x11-3.0 \
--pkg gdk-pixbuf-2.0 \
+ --pkg libbamf3 \
--pkg libxml-2.0
$(MAINTAINER_VALAFLAGS)