sysprof: Add dependence to fix do_configure error

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-09-05 10:03:45 +08:00 committed by Khem Raj
parent 39d619ae48
commit 2e9e58b738
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,6 +8,7 @@ inherit gnomebase gnome-help gettext systemd gsettings gtk-icon-cache mime mime-
DEPENDS += " \
desktop-file-utils-native \
elfutils \
glib-2.0 \
glib-2.0-native \
json-glib \