meson.build: only set HAVE_DBUS once

HAVE_DBUS is already set in the top-level meson.build file.
This commit is contained in:
Barnabás Pőcze 2022-02-03 17:59:47 +01:00
parent 7b0f22636f
commit 9afffc1815

View file

@ -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()