tepl: Upgrade to 6.14.0

Add missing dependencies

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2026-02-02 00:50:24 -08:00 committed by Khem Raj
parent 62d8c7ee7d
commit 8cf23fff14
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -7,7 +7,9 @@ DEPENDS = " \
glib-2.0 \ glib-2.0 \
gtk+3 \ gtk+3 \
libgedit-amtk \ libgedit-amtk \
libgedit-gfls \
libgedit-gtksourceview \ libgedit-gtksourceview \
libhandy \
libxml2 \ libxml2 \
uchardet \ uchardet \
gtk-doc-native \ gtk-doc-native \
@ -20,9 +22,8 @@ inherit meson gobject-introspection gettext features_check pkgconfig
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
SRC_URI = "git://gitlab.gnome.org/swilmet/tepl;protocol=https;branch=main" SRC_URI = "git://gitlab.gnome.org/World/gedit/libgedit-tepl.git;protocol=https;branch=main"
SRCREV = "16ab2567257a053bd957699f89080fafd0999035" SRCREV = "d60f7ded17b52ea42091c073ea81090e91f38620"
# gobject-introspection is mandatory and cannot be configured # gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
GIR_MESON_OPTION = "" GIR_MESON_OPTION = ""