Skip to content

Commit

Permalink
audio: Depend on dbus_display1_dep
Browse files Browse the repository at this point in the history
dbusaudio needs dbus_display1_dep.

Fixes: 739362d ("audio: add "dbus" audio backend")
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20240214-dbus-v7-1-7eff29f04c34@daynix.com>
(cherry picked from commit d676119)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
  • Loading branch information
akihikodaki authored and Michael Tokarev committed Feb 20, 2024
1 parent 2e5c9d5 commit 1766b93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audio/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ endforeach

if dbus_display
module_ss = ss.source_set()
module_ss.add(when: [gio, pixman], if_true: files('dbusaudio.c'))
module_ss.add(when: [gio, dbus_display1_dep, pixman],
if_true: files('dbusaudio.c'))
audio_modules += {'dbus': module_ss}
endif

Expand Down

0 comments on commit 1766b93

Please sign in to comment.