mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
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:
parent
5ba43b8349
commit
da339c286f
42 changed files with 0 additions and 108 deletions
|
|
@ -18,9 +18,7 @@
|
|||
along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
|
|
|||
|
|
@ -20,9 +20,7 @@
|
|||
|
||||
***/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
|
|
@ -18,9 +18,7 @@
|
|||
along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <alsa/asoundlib.h>
|
||||
|
|
|
|||
|
|
@ -17,9 +17,7 @@
|
|||
along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <dirent.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ acp_sources = [
|
|||
|
||||
acp_c_args = [
|
||||
'-DHAVE_ALSA_UCM',
|
||||
'-DHAVE_CONFIG_H',
|
||||
'-DHAVE_READLINK',
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue