diff mbox series

[meta-gnome] folks: add missing dependency

Message ID 20250210105834.265914-1-skandigraun@gmail.com
State Accepted
Headers show
Series [meta-gnome] folks: add missing dependency | expand

Commit Message

Gyorgy Sarvari Feb. 10, 2025, 10:58 a.m. UTC
"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 <skandigraun@gmail.com>
---
 meta-gnome/recipes-connectivity/folks/folks_0.15.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 899b8da26..0c6a39d49 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 ??= ""