fix RDEPENDS and add more DEFINES
authorMichael Lauer <mickey@vanille-media.de>
Tue, 30 Mar 2004 16:57:58 +0000 (16:57 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 30 Mar 2004 16:57:58 +0000 (16:57 +0000)
BKrev: 4069a716eWnN5H_bIpkuajbxChyr-w

libopie/libopie2_20040225.oe

index ecbab34..d0b6f07 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "optional"
 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
 LICENSE = "LGPL"
 DEPENDS = "virtual/libc libqpe-opie sqlite libpcap"
-RDEPENDS = "libc6 libqpe sqlite libpcap"
+RDEPENDS = "libc6 libqpe1 sqlite libpcap"
 
 SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/libopie2;date=${PV}"
 S = "${WORKDIR}/libopie2"
@@ -14,9 +14,11 @@ inherit qmake
 export QTDIR = "${STAGING_LIBDIR}/.."
 export OPIEDIR = "${STAGING_LIBDIR}/.."
 
-#FIXME: Add machine specific bits here. Best use oe_machinstall and read the from a given file
+#FIXME: Add machine specific bits here. Best use oe_machinstall and read from a given file
 
-EXTRA_QMAKEVARS_POST = " DEFINES+=OPIE_WE_VERSION=15"
+EXTRA_QMAKEVARS_POST = ' DEFINES+=OPIE_NEW_MALLOC    \
+                         DEFINES+="OPIE_SOUND_FRAGMENT_SHIFT=16" \
+                         DEFINES+="OPIE_WE_VERSION=15" '
 
 #
 # for developing - qmake.oeclass should gather this automatically