mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
Include the valgrind headers in our tree
These headers are designed for including in the project. So the user doesn't need to install valgrind-devel and we don't have to worry about whether the headers are available or not.
This commit is contained in:
parent
d08d989412
commit
d9cc1a25f1
6 changed files with 6951 additions and 7 deletions
|
|
@ -231,7 +231,6 @@ check_headers = [['dlfcn.h','HAVE_DLFCN_H'],
|
|||
['pwd.h', 'HAVE_PWD_H'],
|
||||
['ucontext.h', 'HAVE_UCONTEXT_H'],
|
||||
['unistd.h', 'HAVE_UNISTD_H'],
|
||||
['valgrind/valgrind.h', 'HAVE_VALGRIND_VALGRIND_H'],
|
||||
]
|
||||
|
||||
foreach h : check_headers
|
||||
|
|
@ -285,6 +284,7 @@ if systemd.found() and systemd_dep.found()
|
|||
endif
|
||||
|
||||
configinc = include_directories('.')
|
||||
includes_inc = include_directories('include')
|
||||
pipewire_inc = include_directories('src')
|
||||
|
||||
makedata = configuration_data()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue