diff --git a/recipes-games/freeciv/freeciv.inc b/recipes-games/freeciv/freeciv.inc index 426d7a6..bf9d6ab 100644 --- a/recipes-games/freeciv/freeciv.inc +++ b/recipes-games/freeciv/freeciv.inc @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3" SECTION = "games" -DEPENDS = "gtk+ readline" +DEPENDS = "gtk+ readline libsdl-mixer" SRC_URI = "\ file://allow-root.patch \ diff --git a/recipes-games/freeciv/freeciv_2.3.2.bb b/recipes-games/freeciv/freeciv_2.3.2.bb index 0a45172..5f51e3b 100644 --- a/recipes-games/freeciv/freeciv_2.3.2.bb +++ b/recipes-games/freeciv/freeciv_2.3.2.bb @@ -1,6 +1,6 @@ require freeciv.inc -PR = "r0" +PR = "r1" SRC_URI += "${SOURCEFORGE_MIRROR}/freeciv/freeciv-${PV}.tar.gz"