瀏覽代碼

Meson: explicitly set include path

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit 4 年之前
父節點
當前提交
9ecff8d5d3
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      lib/meson.build

+ 4 - 1
lib/meson.build

@@ -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')