mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-11 15:11:26 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user