3869a62c8e
Resolves: RHEL-65743
39 lines
1.1 KiB
Diff
39 lines
1.1 KiB
Diff
From 44c780aed1d688695c3f15c757e4e9f14cb4214a Mon Sep 17 00:00:00 2001
|
|
From: Christian Hergert <chergert@redhat.com>
|
|
Date: Wed, 6 Nov 2024 13:33:34 -0800
|
|
Subject: [PATCH] live-unwinder: disable test in build
|
|
|
|
It requires newer libdex features we don't need so best to avoid back
|
|
porting those too.
|
|
---
|
|
meson.build | 2 +-
|
|
src/sysprof-live-unwinder/meson.build | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/meson.build b/meson.build
|
|
index 9c37ebc4..462782d9 100644
|
|
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -45,7 +45,7 @@ need_libsysprof = (need_gtk or
|
|
get_option('tools') or
|
|
get_option('tests'))
|
|
|
|
-dex_req = '0.9'
|
|
+dex_req = '0.8'
|
|
glib_req = '2.76.0'
|
|
gtk_req = '4.15'
|
|
polkit_req = '0.105'
|
|
diff --git a/src/sysprof-live-unwinder/meson.build b/src/sysprof-live-unwinder/meson.build
|
|
index 8cef7106..af797490 100644
|
|
--- a/src/sysprof-live-unwinder/meson.build
|
|
+++ b/src/sysprof-live-unwinder/meson.build
|
|
@@ -16,4 +16,4 @@ sysprof_live_unwinder = executable('sysprof-live-unwinder', sysprof_live_unwinde
|
|
install_dir: pkglibexecdir,
|
|
)
|
|
|
|
-subdir('tests')
|
|
+# subdir('tests')
|
|
--
|
|
2.45.2
|
|
|