Explorar o código

Meson: explicitly set include path

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
Stephan Lachnit %!s(int64=4) %!d(string=hai) anos
pai
achega
9ecff8d5d3
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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')