summaryrefslogtreecommitdiff
path: root/libopie
diff options
context:
space:
mode:
Diffstat (limited to 'libopie')
-rw-r--r--libopie/libopie2_20040225.oe8
1 files changed, 5 insertions, 3 deletions
diff --git a/libopie/libopie2_20040225.oe b/libopie/libopie2_20040225.oe
index ecbab344be..d0b6f075ae 100644
--- a/libopie/libopie2_20040225.oe
+++ b/libopie/libopie2_20040225.oe
@@ -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