summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-15 21:03:16 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-12-16 14:03:40 +0900
commit9ab739eca8688a31a00ab0958b99f65f7ae77d58 (patch)
tree327c1feefd6575a77897570932064685ae469650
parente425c907b0a7a08873493520b2fce0b12e881cb4 (diff)
downloaddefinitions-9ab739eca8688a31a00ab0958b99f65f7ae77d58.tar.gz
Upgrading libical to version 1.0.1
Note also we changed the source repo to the new libical-git and updated to use the new cmake-only build. libical 1.0.1 is required to build gnome-calendar Change-Id: I8e431e00bf1e77d0ed00f493de12b4928e30befd
-rw-r--r--strata/audio-bluetooth.morph6
-rw-r--r--strata/audio-bluetooth/libical.morph5
2 files changed, 5 insertions, 6 deletions
diff --git a/strata/audio-bluetooth.morph b/strata/audio-bluetooth.morph
index 6561a81f..01283d03 100644
--- a/strata/audio-bluetooth.morph
+++ b/strata/audio-bluetooth.morph
@@ -24,9 +24,9 @@ chunks:
- alsa-lib
- name: libical
morph: strata/audio-bluetooth/libical.morph
- repo: upstream:libical
- ref: 52568782ae136e1ec4ddf3eb6da7b0f3fbd3f1b3
- unpetrify-ref: baserock/morph
+ repo: upstream:libical-git
+ ref: da69aae790f680b633100475cac14c776fbda722
+ unpetrify-ref: v1.0.1
- name: bluez
morph: strata/audio-bluetooth/bluez.morph
repo: upstream:bluez
diff --git a/strata/audio-bluetooth/libical.morph b/strata/audio-bluetooth/libical.morph
index 1f772fd9..2ee7c96c 100644
--- a/strata/audio-bluetooth/libical.morph
+++ b/strata/audio-bluetooth/libical.morph
@@ -1,6 +1,5 @@
name: libical
kind: chunk
-build-system: autotools
+build-system: cmake
configure-commands:
-- autoreconf -ivf
-- ./configure --prefix="$PREFIX"
+- cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="$PREFIX" -DCMAKE_INSTALL_LIBDIR=lib