diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-10 18:17:25 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-10 18:17:25 +0000 |
commit | 84c2177e1568c87606c2dfa164f51868c7d39453 (patch) | |
tree | 475f4232d0df17a2657c0368ea049c0cdf34ddf9 | |
parent | 1143369efda21e1eafcab8a4901708399125ed4c (diff) |
add nasm-native to DEPENDS for i686
BKrev: 41697cb5L49Fi-oXB_YPuHbLrMRuPQ
-rw-r--r-- | snes9x/snes9x_1.43-WIP1.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/snes9x/snes9x_1.43-WIP1.oe b/snes9x/snes9x_1.43-WIP1.oe index e1622641f3..69a373e5c0 100644 --- a/snes9x/snes9x_1.43-WIP1.oe +++ b/snes9x/snes9x_1.43-WIP1.oe @@ -1,7 +1,8 @@ -PR = "r2" +PR = "r3" DEPENDS = "libxxf86dga libxxf86vm" -RDEPENDS = "kernel-module-joydev" +DEPENDS_append_i686 = " nasm-native" +RDEPENDS_epia = "kernel-module-joydev" SRC_URI = "http://www.lysator.liu.se/snes9x/1.43-WIP1/snes9x-1.43-WIP1-src.tar.gz \ file://makefile.patch;patch=1;pnum=2 \ |