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"