diff options
author | Ted Gould <ted@gould.cx> | 2014-02-12 16:54:12 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-12 16:54:12 -0600 |
commit | 11105537ec91c601fdf0012ed69dc2d64aeea3d4 (patch) | |
tree | ce94ba7db2e19f41cd5f5bf6d8f23a822dd6d4ef /src/CMakeLists.txt | |
parent | 537e5b2988815287e6bb3da35189e5c65c5ac4b2 (diff) | |
download | ayatana-indicator-sound-11105537ec91c601fdf0012ed69dc2d64aeea3d4.tar.gz ayatana-indicator-sound-11105537ec91c601fdf0012ed69dc2d64aeea3d4.tar.bz2 ayatana-indicator-sound-11105537ec91c601fdf0012ed69dc2d64aeea3d4.zip |
Adding a stub object for the greeter list
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3efe14e..15133f0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -73,6 +73,12 @@ vala_add(indicator-sound-service mpris2-interfaces ) vala_add(indicator-sound-service + media-player-list-greeter.vala + DEPENDS + media-player-list + media-player +) +vala_add(indicator-sound-service mpris2-interfaces.vala ) vala_add(indicator-sound-service |