diff options
Diffstat (limited to 'libqpe')
-rw-r--r-- | libqpe/libqpe-opie_1.0.3.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libqpe/libqpe-opie_1.0.3.oe b/libqpe/libqpe-opie_1.0.3.oe index 0a7b6ee8e8..eb92baadee 100644 --- a/libqpe/libqpe-opie_1.0.3.oe +++ b/libqpe/libqpe-opie_1.0.3.oe @@ -7,15 +7,15 @@ DEPENDS = "virtual/libc uicmoc-native qte-for-opie" RDEPENDS = "libc6 qte" PROVIDES = "virtual/libqpe" -SRC_URI="cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/library;tag=${@'v' + oe.data.getVar('PV',d,1).replace('.','_')}" +SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/library;tag=${@'v' + oe.data.getVar('PV',d,1).replace('.','_')}" S = "${WORKDIR}/library" inherit qmake QMAKE_PROFILES = "library.pro" -export QTDIR=${STAGING_DIR}/target -export OPIEDIR=${STAGING_DIR}/target +export QTDIR=${STAGING_LIBDIR}/.. +export OPIEDIR=${STAGING_LIBDIR}/.. CXXFLAGS_append = " -DQWS -fno-rtti -fno-exceptions" |