mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
meson.build: only set HAVE_DBUS once
HAVE_DBUS is already set in the top-level meson.build file.
This commit is contained in:
parent
7b0f22636f
commit
9afffc1815
1 changed files with 0 additions and 1 deletions
|
|
@ -265,7 +265,6 @@ if dbus_dep.found()
|
||||||
'module-protocol-pulse/dbus-name.c',
|
'module-protocol-pulse/dbus-name.c',
|
||||||
]
|
]
|
||||||
pipewire_module_protocol_pulse_deps += dbus_dep
|
pipewire_module_protocol_pulse_deps += dbus_dep
|
||||||
cdata.set('HAVE_DBUS', 1)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if avahi_dep.found()
|
if avahi_dep.found()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue