mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-30 01:18:41 +01:00
Merge pull request #43 from schnitzeltony/master
astromenace/supertuxkart: Fix parse warnings
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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