From af450e8dbbd887ca6037bc7ad930d7f15dd04345 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 30 Mar 2004 16:57:58 +0000 Subject: fix RDEPENDS and add more DEFINES BKrev: 4069a716eWnN5H_bIpkuajbxChyr-w --- libopie/libopie2_20040225.oe | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'libopie') 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 " 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 -- cgit v1.2.3