mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -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
|
|
@ -11,7 +11,6 @@ pwtest_deps = [
|
|||
]
|
||||
|
||||
pwtest_c_args = [
|
||||
'-DHAVE_CONFIG_H',
|
||||
'-DBUILD_ROOT="@0@"'.format(meson.build_root()),
|
||||
'-DSOURCE_ROOT="@0@"'.format(meson.source_root()),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -22,9 +22,7 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <dlfcn.h>
|
||||
|
|
|
|||
|
|
@ -22,9 +22,7 @@
|
|||
* DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifndef PWTEST_H
|
||||
#define PWTEST_H
|
||||
|
|
|
|||
|
|
@ -23,9 +23,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "pwtest.h"
|
||||
#include "pipewire/array.h"
|
||||
|
|
|
|||
|
|
@ -24,9 +24,7 @@
|
|||
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
|
|
@ -23,9 +23,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "pwtest.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -23,9 +23,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "pwtest.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue