mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
Meson: explicitly set include path
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
9f676632c3
commit
9ecff8d5d3
@ -43,7 +43,10 @@ gamemode_headers = [
|
|||||||
'gamemode_client.h',
|
'gamemode_client.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
install_headers(gamemode_headers)
|
install_headers(
|
||||||
|
gamemode_headers,
|
||||||
|
install_dir: path_includedir,
|
||||||
|
)
|
||||||
|
|
||||||
# Generate a pkg-config files
|
# Generate a pkg-config files
|
||||||
pkg = import('pkgconfig')
|
pkg = import('pkgconfig')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user