diff options
-rw-r--r-- | libqpe/libqpe-opie_1.0.3.oe | 3 | ||||
-rw-r--r-- | libsdl/libsdl-qpe_1.2.6.oe | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/libqpe/libqpe-opie_1.0.3.oe b/libqpe/libqpe-opie_1.0.3.oe index c7d063af4b..0b9809c01f 100644 --- a/libqpe/libqpe-opie_1.0.3.oe +++ b/libqpe/libqpe-opie_1.0.3.oe @@ -3,7 +3,8 @@ SECTION="base" PRIORITY="optional" MAINTAINER="Michael Lauer <mickey@Vanille.de>" LICENSE="GPL" -DEPENDS=virtual/libc uicmoc-native +DEPENDS=virtual/libc uicmoc-native qte +RDEPENDS=libc6 qte PROVIDES=virtual/libqpe SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/library;tag=${@'v' + oe.data.getVar('PV',d,1).replace('.','_')}" diff --git a/libsdl/libsdl-qpe_1.2.6.oe b/libsdl/libsdl-qpe_1.2.6.oe index aa65986205..90ede1e006 100644 --- a/libsdl/libsdl-qpe_1.2.6.oe +++ b/libsdl/libsdl-qpe_1.2.6.oe @@ -4,7 +4,7 @@ SECTION="libs" PRIORITY="optional" MAINTAINER="Michael Lauer <mickey@Vanille.de>" RDEPENDS="libc6 libqpe1" -DEPENDS=virtual/libc virtual/libqpe1 +DEPENDS=virtual/libc virtual/libqpe SRC_URI = cvs://guest@libsdl.org/home/sdlweb/libsdl.org/cvs;module=SDL12;date=${SNAPDATE} \ file://${FILESDIR}/agawa-piro-mickey.patch;patch=1 |