diff options
Diffstat (limited to 'prboom')
-rw-r--r-- | prboom/prboom_2.3.0.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/prboom/prboom_2.3.0.oe b/prboom/prboom_2.3.0.oe index 9856be4735..81e9a9b800 100644 --- a/prboom/prboom_2.3.0.oe +++ b/prboom/prboom_2.3.0.oe @@ -1,8 +1,8 @@ DESCRIPTION="A Doom Clone based on SDL" SECTION=base PRIORITY=optional -RDEPENDS=libc6 libsdl-qpe libsdl-net -DEPENDS=virtual/libc libsdl-qpe libsdl-net +RDEPENDS=libc6 libsdl-qpe libsdl-mixer libsdl-net +DEPENDS=virtual/libc libsdl-qpe libsdl-mixer libsdl-net SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \ file://${FILESDIR}/m4.patch;patch=1 |