meson.build: drop HAVE_CONFIG_H

This is an autotools leftover, with meson we're always guaranteed to have
the config.h file.
This commit is contained in:
Peter Hutterer 2021-06-09 10:41:45 +10:00
parent 5ba43b8349
commit da339c286f
42 changed files with 0 additions and 108 deletions

View file

@ -3,7 +3,6 @@ pipewire_daemon_sources = [
]
pipewire_c_args = [
'-DHAVE_CONFIG_H',
'-DG_LOG_DOMAIN=g_log_domain_pipewire',
]