Skip to content

test/dbus-device-reservation: fix include path

Eric Engestrom requested to merge (removed):fix-include into master

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.

Merge request reports