~ubuntu-branches/ubuntu/saucy/indicator-sound/saucy

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Lars Uebernickel, Ubuntu daily release
  • Date: 2013-08-29 02:08:13 UTC
  • mfrom: (28.220.13)
  • Revision ID: package-import@ubuntu.com-20130829020813-24ps50e56moc1cfs
Tags: 12.10.2+13.10.20130829-0ubuntu1
[ Lars Uebernickel ]
* Use bus_watch_namespace() for more robust monitoring of mpris
  players appearing or disappearing on the bus.

[ Ubuntu daily release ]
* Automatic snapshot from revision 371

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    --vapidir=${CMAKE_SOURCE_DIR}/vapi/
21
21
    --vapidir=.
22
22
    --target-glib=2.36
 
23
    --pkg=bus-watcher
23
24
)
24
25
 
25
26
vala_add(indicator-sound-service
47
48
  media-player-list.vala
48
49
  DEPENDS
49
50
    media-player
50
 
    mpris2-watcher
 
51
    mpris2-interfaces
51
52
)
52
53
vala_add(indicator-sound-service
53
54
  mpris2-interfaces.vala
54
55
)
55
56
vala_add(indicator-sound-service
56
 
  mpris2-watcher.vala
57
 
  DEPENDS
58
 
    media-player
59
 
    mpris2-interfaces
60
 
    freedesktop-interfaces
61
 
)
62
 
vala_add(indicator-sound-service
63
57
  freedesktop-interfaces.vala
64
58
)
65
59
vala_add(indicator-sound-service
89
83
  INDICATOR_SOUND_SOURCES
90
84
  ${project_VALA_SOURCES}
91
85
  ${project_VALA_C}
 
86
  bus-watch-namespace.c
92
87
  ${SYMBOLS_PATH}
93
88
)
94
89