summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-16 16:36:50 -0800
committerKhem Raj <raj.khem@gmail.com>2022-11-16 16:39:03 -0800
commitb08c4ab7c8efb7ccf9f4c6b6f44194212752959a (patch)
treef11da44b016ef9197c83a3718c16129dbd684b01
parent03708a875fc3bdaa30310dd2d62030e9b1f1b002 (diff)
downloadmeta-openembedded-b08c4ab7c8efb7ccf9f4c6b6f44194212752959a.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb1
1 files changed, 1 insertions, 0 deletions
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 = " \
10 gtk4 \ 10 gtk4 \
11 gtksourceview5 \ 11 gtksourceview5 \
12 enchant2 \ 12 enchant2 \
13 libpcre \
13" 14"
14 15
15GTKIC_VERSION = "4" 16GTKIC_VERSION = "4"