diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-29 09:50:18 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-29 09:50:18 +0000 |
commit | aefcd24d4d0fdb03a2ecf52285d90c55dad33f02 (patch) | |
tree | cf8382812219a580c017db9a9d64c648b4b2af2c | |
parent | 288326b7c1d4d07c3685959a32ffbb19a0a85225 (diff) |
e-uae: de-opiefy
-rw-r--r-- | packages/uae/e-uae_0.8.27.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/uae/e-uae_0.8.27.bb b/packages/uae/e-uae_0.8.27.bb index 454136cc05..4731ef5359 100644 --- a/packages/uae/e-uae_0.8.27.bb +++ b/packages/uae/e-uae_0.8.27.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Amiga Emulator based on SDL" SECTION = "base" PRIORITY = "optional" -DEPENDS = "libsdl-qpe" +DEPENDS = "virtual/libsdl" LICENSE = "GPL" -PR = "r1" +PR = "r2" SRC_URI = "http://rcdrummond.net/uae/old/e-uae-${PV}/e-uae-${PV}.tar.bz2 \ file://configure.patch;patch=1" |