mirror of
https://github.com/cazfi/meta-games.git
synced 2026-09-12 12:49:31 +02:00
etr: add freetype dependency
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ SRC_URI = "http://sourceforge.net/projects/extremetuxracer/files/pre-releases/et
|
||||
SRC_URI[md5sum] = "0226cc111a232b412a9dc307fffca0d7"
|
||||
SRC_URI[sha256sum] = "5c1c58d93fd9ded6aa79c66b9fc82834aa943606fcf6406215e8af6b5f2ecf2e"
|
||||
|
||||
DEPENDS = "libsdl virtual/libgl libglu libsdl-image libsdl-mixer"
|
||||
DEPENDS = "libsdl virtual/libgl libglu libsdl-image libsdl-mixer freetype"
|
||||
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ PV = "0.6-beta1+r${SRCREV}"
|
||||
SRC_URI[md5sum] = "178290b29a776f8f9da5309a2d379596"
|
||||
SRC_URI[sha256sum] = "b20c0c0d6138e589b359be49546a034ca4f8deeba2c0b99a894333d306d2234b"
|
||||
|
||||
DEPENDS = "libsdl virtual/libgl libglu libsdl-image libsdl-mixer"
|
||||
DEPENDS = "libsdl virtual/libgl libglu libsdl-image libsdl-mixer freetype"
|
||||
|
||||
S = "${WORKDIR}/trunk"
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
Reference in New Issue
Block a user