Merge pull request #43 from schnitzeltony/master

astromenace/supertuxkart: Fix parse warnings
This commit is contained in:
Marko Lindqvist
2019-12-09 23:25:22 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "games-layer"
BBFILE_PATTERN_games-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_games-layer = "15"
LAYERSERIES_COMPAT_games-layer = "rocko sumo thud warrior zeus"
LAYERSERIES_COMPAT_games-layer = "zeus"

View File

@@ -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 \

View File

@@ -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"