diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 16:57:58 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-30 16:57:58 +0000 |
commit | af450e8dbbd887ca6037bc7ad930d7f15dd04345 (patch) | |
tree | 51e854ac7727318759adb576434272feb29437a7 /libopie | |
parent | ec8e27323cf4e492b96db4223e7d71d51931cd9e (diff) |
fix RDEPENDS and add more DEFINES
BKrev: 4069a716eWnN5H_bIpkuajbxChyr-w
Diffstat (limited to 'libopie')
-rw-r--r-- | libopie/libopie2_20040225.oe | 8 |
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 |