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"
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