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>
This commit is contained in:
Khem Raj
2022-11-16 16:36:50 -08:00
parent 03708a875f
commit b08c4ab7c8

View File

@@ -10,6 +10,7 @@ DEPENDS = " \
gtk4 \
gtksourceview5 \
enchant2 \
libpcre \
"
GTKIC_VERSION = "4"