mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-10-31 22:14:08 +01:00
Meson: explicitly set include path
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
committed by
afayaz-feral
parent
9f676632c3
commit
9ecff8d5d3
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user