taisei: clean up recipe slightly

There's no need to inherit python3native as there are no python3- native
dependencies.

Remove RDEPENDS_${PN}, these are all libraries that are linked to so the
relevant RDEPENDS are created. The fact that this recipe is still using
the old syntax suggests that they're not needed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2025-10-13 14:36:55 +01:00
committed by Khem Raj
parent 317da0fe97
commit 095cdf4a8c

View File

@@ -20,22 +20,10 @@ DEPENDS = "\
DEPENDS:append:libc-musl = " libucontext"
LDFLAGS:append:libc-musl = " -lucontext"
RDEPENDS_${PN} = "\
cglm (>= 0.7.8) \
freetype \
libsdl2 (>= 2.0.16) \
libpng (>= 1.5.0) \
libwebp (>= 0.5) \
libzstd (>= 1.4.0) \
opengl (>= 3.3) \
opusfile \
zlib \
"
SRC_URI = "gitsm://github.com/taisei-project/taisei.git;branch=v1.4.x;protocol=https;tag=v${PV}"
SRCREV = "6a484e6e61cc51a22a9943762dc2ff6883914f38"
inherit features_check meson mime mime-xdg pkgconfig python3native
inherit features_check meson mime mime-xdg pkgconfig
REQUIRED_DISTRO_FEATURES = "opengl"