blob: 3410a88310831a6008429c990c2fc02d7a87ca61 [file] [log] [blame]
Andrew Geissler220dafd2023-10-04 10:18:08 -05001From 7abb3840ac2870fcfc174fbbd81c4209c838e1a9 Mon Sep 17 00:00:00 2001
2From: Markus Volk <f_l_k@t-online.de>
3Date: Mon, 18 Sep 2023 22:22:17 +0200
4Subject: [PATCH] meson.build: add a hack for cross-compiling
5
6Signed-off-by: Markus Volk <f_l_k@t-online.de>
7
8Upstream-Status: Inappropriate [cross-compile specific]
9---
10 meson.build | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/meson.build b/meson.build
14index 760613a..d339d26 100644
15--- a/meson.build
16+++ b/meson.build
17@@ -168,7 +168,7 @@ pkgconfig.generate(
18 'prefix': get_option('prefix'),
19 'datarootdir': dataroot_dir,
20 'datadir': '${prefix}/@0@'.format(get_option('datadir')),
21- 'interfaces_dir': '${datadir}/dbus-1/interfaces/',
22+ 'interfaces_dir': '${pc_sysrootdir}${datadir}/dbus-1/interfaces/',
23 },
24 )
25
26--
272.41.0
28