From f7aa588db9a0657c00039daee968fd7994c6e111 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Mon, 10 Feb 2025 11:58:34 +0100 Subject: [PATCH] folks: add missing dependency "inspect_tool" PACKAGECONFIG failed to compile with the following error message: ../folks-0.15.9/meson.build:132:9: ERROR: C shared or static library 'readline' not found This change adds the missing dependency. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-gnome/recipes-connectivity/folks/folks_0.15.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-connectivity/folks/folks_0.15.9.bb b/meta-gnome/recipes-connectivity/folks/folks_0.15.9.bb index 899b8da261..0c6a39d492 100644 --- a/meta-gnome/recipes-connectivity/folks/folks_0.15.9.bb +++ b/meta-gnome/recipes-connectivity/folks/folks_0.15.9.bb @@ -19,7 +19,7 @@ PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false,evolution-dat PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend=false,evolution-data-server" PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" -PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" +PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false,readline" PACKAGECONFIG ??= ""