diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ec43b8f..572befd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,12 +14,15 @@ vala_init(indicator-sound-service libxml-2.0 libpulse libpulse-mainloop-glib + libnotify OPTIONS --ccode --thread --vapidir=${CMAKE_SOURCE_DIR}/vapi/ --vapidir=. --target-glib=2.36 + --pkg=url-dispatcher + --pkg=bus-watcher ) vala_add(indicator-sound-service @@ -47,19 +50,12 @@ vala_add(indicator-sound-service media-player-list.vala DEPENDS media-player - mpris2-watcher + mpris2-interfaces ) vala_add(indicator-sound-service mpris2-interfaces.vala ) vala_add(indicator-sound-service - mpris2-watcher.vala - DEPENDS - media-player - mpris2-interfaces - freedesktop-interfaces -) -vala_add(indicator-sound-service freedesktop-interfaces.vala ) vala_add(indicator-sound-service @@ -89,6 +85,7 @@ set( INDICATOR_SOUND_SOURCES ${project_VALA_SOURCES} ${project_VALA_C} + bus-watch-namespace.c ${SYMBOLS_PATH} ) |