summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Brewer <benbrewer@codethink.co.uk>2012-11-08 12:01:51 +0000
committerBen Brewer <benbrewer@codethink.co.uk>2012-11-08 12:01:51 +0000
commitff4c0d821422b9c6e5eab1e0bbf390f0b40a0982 (patch)
tree0aa3c513b489765eee167d1184acd630a46c1584
parent6ed1da67b5814c5ff062831f17621a585f81d704 (diff)
downloadcairo-baserock/genivi/weston.tar.gz
Configure cairo for use with weston in morphbaserock/genivi/weston
-rw-r--r--cairo.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/cairo.morph b/cairo.morph
new file mode 100644
index 000000000..6b578df41
--- /dev/null
+++ b/cairo.morph
@@ -0,0 +1,8 @@
+{
+ "name": "cairo",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "./autogen.sh --prefix=\"$PREFIX\" --enable-gl --enable-xcb"
+ ]
+}