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/graphics-common/freefont-otf.morph | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 strata/graphics-common/freefont-otf.morph (limited to 'strata/graphics-common') diff --git a/strata/graphics-common/freefont-otf.morph b/strata/graphics-common/freefont-otf.morph new file mode 100644 index 00000000..e5c6c482 --- /dev/null +++ b/strata/graphics-common/freefont-otf.morph @@ -0,0 +1,5 @@ +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