summaryrefslogtreecommitdiff
path: root/strata/wayland-generic
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-08-28 01:22:13 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-28 11:46:22 +0100
commit021367d3c00599e730af1c907fba071038b9b1c9 (patch)
treecab03a0ce2618a5e5fc6df5387f678694fef2d01 /strata/wayland-generic
parentc3d6de72c552a95267c1815b4a1fcbe1199c0581 (diff)
downloaddefinitions-021367d3c00599e730af1c907fba071038b9b1c9.tar.gz
Move common graphics components from wayland-generic to an independent stratum
Basically pixman, cairo, pango and deps These are common dependencies for weston and gtk/clutter
Diffstat (limited to 'strata/wayland-generic')
-rw-r--r--strata/wayland-generic/cairo.morph5
-rw-r--r--strata/wayland-generic/freefont-otf.morph5
2 files changed, 0 insertions, 10 deletions
diff --git a/strata/wayland-generic/cairo.morph b/strata/wayland-generic/cairo.morph
deleted file mode 100644
index f91ac385..00000000
--- a/strata/wayland-generic/cairo.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: cairo
-kind: chunk
-build-system: autotools
-configure-commands:
-- ./autogen.sh --prefix="$PREFIX" --enable-glesv2
diff --git a/strata/wayland-generic/freefont-otf.morph b/strata/wayland-generic/freefont-otf.morph
deleted file mode 100644
index e5c6c482..00000000
--- a/strata/wayland-generic/freefont-otf.morph
+++ /dev/null
@@ -1,5 +0,0 @@
-name: freefont-otf
-kind: chunk
-install-commands:
-- mkdir -p $DESTDIR/usr/share/fonts/opentype/freefont
-- install -p *.otf $DESTDIR/usr/share/fonts/opentype/freefont