diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-11-16 16:36:50 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-16 16:39:03 -0800 |
commit | b08c4ab7c8efb7ccf9f4c6b6f44194212752959a (patch) | |
tree | f11da44b016ef9197c83a3718c16129dbd684b01 /meta-gnome | |
parent | 03708a875fc3bdaa30310dd2d62030e9b1f1b002 (diff) | |
download | meta-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>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb | 1 |
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 | ||
15 | GTKIC_VERSION = "4" | 16 | GTKIC_VERSION = "4" |