From b08c4ab7c8efb7ccf9f4c6b6f44194212752959a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 16 Nov 2022 16:36:50 -0800 Subject: gnome-text-editor: Add missing libpcre build time depenedency libpcre is needed. glib-2.0 now uses libpcre2 instead of libpcre which was indirectly satisfying this Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb index 1446b151c..763384b7e 100644 --- a/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb +++ b/meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb @@ -10,6 +10,7 @@ DEPENDS = " \ gtk4 \ gtksourceview5 \ enchant2 \ + libpcre \ " GTKIC_VERSION = "4" -- cgit v1.2.3-54-g00ecf