help2man: fix drag in of target perl for the native package
[openembedded.git] / recipes / wt / wt3.inc
blob9cda6aee7fdef6640d3c697e73288c37734a771e
1 DESCRIPTION = "A C++ Web Toolkit"
2 PRIORITY = "optional"
3 SECTION = "devel"
4 LICENSE = "GPL"
5 HOMEPAGE = "http://www.webtoolkit.eu/wt"
6 DEPENDS = "boost zlib openssl"
8 INC_PR = "r1"
10 # package wt3 is for wt 2.99 and wt 3.*
11 # the api of these versions is incompatible with 2.*
13 SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz;name=tarball \
14         file://ext.patch \
15         file://wgooglemap.patch"
17 CXXFLAGS += "-Dsinl=sin -Dcosl=cos -Dasinl=asin"
19 FILES_${PN} += "${datadir}/Wt"
20 FILES_${PN}-dev += "${datadir}/cmake-2.*"
22 S = "${WORKDIR}/wt-${PV}"
24 OECMAKE_BUILDPATH = "build"
26 inherit cmake
29 EXTRA_OECMAKE = "-DBOOST_DIR=${STAGING_DIR_HOST}${prefix} \
30                  -DUseQt4=0 ../ \
31                 "