diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-12 19:09:03 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-12 19:22:48 +0100 |
commit | c29c0219c02010493d241113f8c9718eee6fc269 (patch) | |
tree | 65e8c287ee0f8dbb8d244e58edb3633d4ac0f1ca /recipes/wt/wt3.inc | |
parent | 58b64b531900ef438a2d4b90cc1c10550d30862b (diff) |
wt3: update to version 3.0.0
* spilt up with .inc-file and switch to INC_PR
* disable qt explicit in CMakeLists.txt
Diffstat (limited to 'recipes/wt/wt3.inc')
-rw-r--r-- | recipes/wt/wt3.inc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes/wt/wt3.inc b/recipes/wt/wt3.inc new file mode 100644 index 0000000000..1734212f63 --- /dev/null +++ b/recipes/wt/wt3.inc @@ -0,0 +1,29 @@ +DESCRIPTION = "A C++ Web Toolkit" +PRIORITY = "optional" +SECTION = "devel" +LICENSE = "GPL" +HOMEPAGE = "http://www.webtoolkit.eu/wt" +DEPENDS = "boost zlib openssl" + +INC_PR = "r0" + +# package wt3 is for wt 2.99 and wt 3.* +# the api of these versions is incompatible with 2.* + +SRC_URI = "${SOURCEFORGE_MIRROR}/witty/wt-${PV}.tar.gz \ + file://ext.patch;patch=1 \ + file://wgooglemap.patch;patch=1" + +CXXFLAGS += "-Dsinl=sin -Dcosl=cos -Dasinl=asin" + +FILES_${PN} += "${datadir}/Wt" +FILES_${PN}-dev += "${datadir}/cmake-2.*" + +S = "${WORKDIR}/wt-${PV}" + +inherit cmake + +EXTRA_OECMAKE = "-DBOOST_DIR=${STAGING_DIR_HOST}${prefix} \ + -DUseQt4=0 \ + " + |