File meson-verson-h-location.patch of Package hyprland
From ecc446e58b4bbdfd6c3b4b74dbb5a989b16f647f Mon Sep 17 00:00:00 2001
From: Mihai Fufezan <mihai@fufexan.net>
Date: Fri, 7 Nov 2025 21:08:35 +0200
Subject: [PATCH] meson: fix version.h install location
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Florian "sp1rit" <sp1rit@disroot.org>
---
meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/meson.build b/meson.build
index e1e2df94..d2b86a2e 100644
--- a/meson.build
+++ b/meson.build
@@ -123,7 +123,6 @@ headers = globber.stdout().strip().split('\n')
foreach file : headers
install_headers(file, subdir: 'hyprland', preserve_path: true)
endforeach
-install_headers(version_h, subdir: 'src')
tracy = dependency('tracy', static: true, required: get_option('tracy_enable'))
if get_option('tracy_enable') and get_option('buildtype') != 'debugoptimized'
--
2.50.1