From 37a9a98e4d32931c88f7210d39a683972feee3ae Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 15 Aug 2013 23:23:12 +0300 Subject: [PATCH] etr: add freetype dependency Signed-off-by: Marko Lindqvist --- recipes-games/etr/etr_0.6-beta2.bb | 2 +- recipes-games/etr/etr_svn.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-games/etr/etr_0.6-beta2.bb b/recipes-games/etr/etr_0.6-beta2.bb index 5946903..e2e568f 100644 --- a/recipes-games/etr/etr_0.6-beta2.bb +++ b/recipes-games/etr/etr_0.6-beta2.bb @@ -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" diff --git a/recipes-games/etr/etr_svn.bb b/recipes-games/etr/etr_svn.bb index 1afabbd..a3cab02 100644 --- a/recipes-games/etr/etr_svn.bb +++ b/recipes-games/etr/etr_svn.bb @@ -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"