mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-04 20:08:26 +02:00
test/dbus-device-reservation: fix include path
The extra `../` only works if the build directory is an immediate child of the
source directory. In all the other configurations this breaks the build.
Dropping the extra `../` makes use of the `-I${SOURCE_DIR}` provided by meson.
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
This commit is contained in:
parent
8c209ecf48
commit
80dc7723fc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
#include <wp/wp.h>
|
||||
#include <pipewire/pipewire.h>
|
||||
|
||||
#include "../../../modules/module-monitor/dbus-device-reservation.h"
|
||||
#include "../../modules/module-monitor/dbus-device-reservation.h"
|
||||
|
||||
typedef struct {
|
||||
GTestDBus *dbus_test;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue