From fdf884cb1c89baa79f80babbc69a324454359107 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Mon, 20 Apr 2026 10:38:47 -0700 Subject: [PATCH] build: Fix install of vkm.h --- include/meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/meson.build b/include/meson.build index 5a43b91..ecfe772 100644 --- a/include/meson.build +++ b/include/meson.build @@ -37,3 +37,7 @@ install_headers( subdir: 'libx52' ) +install_headers( + 'vkm/vkm.h', + subdir: 'vkm' +)