mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
astromenace/supertuxkart: Fix parse warnings
oe-core deprecated distro_features_check. The new class to use is features_check. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ DEPENDS = "libsdl freealut openal-soft libogg libvorbis freetype libglu libxiner
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
inherit cmake qemu gtk-icon-cache distro_features_check
|
||||
inherit cmake qemu gtk-icon-cache features_check
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/viewizard/astromenace.git \
|
||||
|
||||
@@ -18,7 +18,7 @@ DEPENDS = " \
|
||||
bluez5 \
|
||||
"
|
||||
|
||||
inherit cmake gtk-icon-cache distro_features_check
|
||||
inherit cmake gtk-icon-cache features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user