diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-02-28 12:25:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-02-28 12:25:48 +0000 |
commit | 2155a9773317c348706c4fdb238cda27043b108d (patch) | |
tree | 4001cde23ed50f07d20255a576b4c35224b7fbc1 /prboom | |
parent | acedaa3c584649616eef798138bc5a23ee254d74 (diff) |
prboom depends on libsdl-mixer
BKrev: 404088ccpcWTbgguJrDRrmpfYWBvlw
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 |