summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-11-16 16:36:50 -0800
committerArmin Kuster <akuster808@gmail.com>2022-11-25 10:48:25 -0500
commit1a977efd266254b64adcd0ce4ea0a3fe698da246 (patch)
tree4843713584647c9e083e06adf687ee19cad94c71
parentcfb543bdc1df619e16f07ed3ed8f7eec2802f853 (diff)
downloadmeta-openembedded-1a977efd266254b64adcd0ce4ea0a3fe698da246.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> (cherry picked from commit b08c4ab7c8efb7ccf9f4c6b6f44194212752959a) Signed-off-by: Armin Kuster <akuster808@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 1446b151c5..763384b7ea 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"