mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
meson: Add a dependency object for libpulse_mainloop_glib
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
8a4e0c167b
commit
9a10eccea3
1 changed files with 2 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ if glib_dep.found()
|
|||
dependencies : [libpulse_dep, libpulsecommon_dep, glib_dep],
|
||||
install : true,
|
||||
)
|
||||
|
||||
libpulse_mainloop_glib_dep = declare_dependency(link_with: libpulse_mainloop_glib)
|
||||
endif
|
||||
|
||||
# Configuration files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue