mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-05 20:58:29 +02: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',
|
'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')
|
||||||
|
Reference in New Issue
Block a user