diff mbox series

[meta-gnome] sysprof: Add dependence to fix do_configure error

Message ID 20250905020345.770-1-wangmy@fujitsu.com
State New
Headers show
Series [meta-gnome] sysprof: Add dependence to fix do_configure error | expand

Commit Message

Wang Mingyu Sept. 5, 2025, 2:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Error message:
| Run-time dependency libdw found: NO (tried pkgconfig)
|
| ../sources/sysprof-48.0/src/sysprof-live-unwinder/meson.build:3:2: ERROR: Dependency "libdw" not found, tried pkgconfig

Add elfutils to DEPENDS

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-gnome/recipes-gnome/sysprof/sysprof_48.0.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_48.0.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_48.0.bb
index 968b5d8e14..411fb624d1 100644
--- a/meta-gnome/recipes-gnome/sysprof/sysprof_48.0.bb
+++ b/meta-gnome/recipes-gnome/sysprof/sysprof_48.0.bb
@@ -15,6 +15,7 @@  DEPENDS += " \
     libunwind \
     libxml2-native \
     yelp-tools-native \
+    elfutils \
 "
 
 SRC_URI += "file://0001-meson-Check-for-libunwind-instead-of-libunwind-gener.patch \