Meson: explicitly set include path

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
Stephan Lachnit 2020-05-13 15:08:55 +02:00 committed by afayaz-feral
parent 9f676632c3
commit 9ecff8d5d3

View File

@ -43,7 +43,10 @@ gamemode_headers = [
'gamemode_client.h',
]
install_headers(gamemode_headers)
install_headers(
gamemode_headers,
install_dir: path_includedir,
)
# Generate a pkg-config files
pkg = import('pkgconfig')