diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/mutter/files')
-rw-r--r-- | meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch b/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch index 2f09c32997..8e4048bac6 100644 --- a/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch +++ b/meta-gnome/recipes-gnome/mutter/files/0001-Dont-use-system-sysprof-dbus-folder.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 790177e2a89aa0710b570d595223bdb511241c56 Mon Sep 17 00:00:00 2001 | 1 | From 342358225ad886726d68239be8e9eb5e78eacb64 Mon Sep 17 00:00:00 2001 |
2 | From: Gyorgy Sarvari <skandigraun@gmail.com> | 2 | From: Gyorgy Sarvari <skandigraun@gmail.com> |
3 | Date: Tue, 11 Feb 2025 13:39:54 +0100 | 3 | Date: Tue, 11 Feb 2025 13:39:54 +0100 |
4 | Subject: [PATCH] Don't use system sysprof dbus folder | 4 | Subject: [PATCH] Don't use system sysprof dbus folder |
@@ -10,7 +10,7 @@ system ($datadir/dbus-1/interfaces) instead of searching for it | |||
10 | in the $RECIPE_SYSROOT. | 10 | in the $RECIPE_SYSROOT. |
11 | 11 | ||
12 | To ensure that it looks for this file in the correct folder, prefix | 12 | To ensure that it looks for this file in the correct folder, prefix |
13 | the search path with the value of the sys_root property, which is set | 13 | the search path with the value of the sys_root property, which is set |
14 | in the meson.cross file (by meson.bbclass). | 14 | in the meson.cross file (by meson.bbclass). |
15 | 15 | ||
16 | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> | 16 | Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> |
@@ -21,10 +21,10 @@ Upstream-Status: Inappropriate [oe-specific: only related to cross-compiling] | |||
21 | 1 file changed, 1 insertion(+), 1 deletion(-) | 21 | 1 file changed, 1 insertion(+), 1 deletion(-) |
22 | 22 | ||
23 | diff --git a/meson.build b/meson.build | 23 | diff --git a/meson.build b/meson.build |
24 | index 551cb23..5199be6 100644 | 24 | index 8513f14..0f87e4a 100644 |
25 | --- a/meson.build | 25 | --- a/meson.build |
26 | +++ b/meson.build | 26 | +++ b/meson.build |
27 | @@ -446,7 +446,7 @@ if have_profiler | 27 | @@ -469,7 +469,7 @@ if have_profiler |
28 | 28 | ||
29 | if libsysprof_capture_dep.type_name() == 'pkgconfig' | 29 | if libsysprof_capture_dep.type_name() == 'pkgconfig' |
30 | sysprof_dep = dependency('sysprof-6', 'sysprof-4') | 30 | sysprof_dep = dependency('sysprof-6', 'sysprof-4') |