[meta-gnome] sysprof: Added json-glib into DEPENDS to fix build error.

Message ID 1639565409-3527-1-git-send-email-leimaohui@fujitsu.com
State New
Headers show
Series [meta-gnome] sysprof: Added json-glib into DEPENDS to fix build error. | expand

Commit Message

Maohui Lei (Fujitsu) Dec. 15, 2021, 10:50 a.m. UTC
| Run-time dependency json-glib-1.0 found: NO (tried pkgconfig)
|
| ../sysprof-3.42.0/src/libsysprof/meson.build:115:0: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig

Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
---
 meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb b/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb
index bb8f90c19b..9ab4d8f25d 100644
--- a/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb
+++ b/meta-gnome/recipes-gnome/sysprof/sysprof_3.42.0.bb
@@ -12,6 +12,7 @@  DEPENDS += " \
     yelp-tools-native \
     libxml2-native \
     glib-2.0 \
+    json-glib \
 "
 
 SRC_URI[archive.sha256sum] = "3c16e03efdfe5d3e71c4d239c67741ad37f72ce8971e2f7faf168dbd5e93e886"