From 021367d3c00599e730af1c907fba071038b9b1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 28 Aug 2014 01:22:13 +0100 Subject: 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 --- strata/wayland-generic/cairo.morph | 5 ----- strata/wayland-generic/freefont-otf.morph | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 strata/wayland-generic/cairo.morph delete mode 100644 strata/wayland-generic/freefont-otf.morph (limited to 'strata/wayland-generic') 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 -- cgit v1.2.1