meson: include dir in daemon_common dependency

Specify the include directory in the link_daemon_common dependency
and thus everything that includes that as a dependency will get
the proper include directory automatically.
This commit is contained in:
Christian Kellner
2019-09-28 14:06:37 +02:00
parent b7dc1dc10c
commit 35fb7f5baf
3 changed files with 1 additions and 5 deletions

View File

@ -26,7 +26,6 @@ executable(
],
include_directories: [
gamemoded_includes,
include_daemon_common,
],
install: true,
)