summaryrefslogtreecommitdiff
path: root/strata/graphics-common
Commit message (Collapse)AuthorAgeFilesLines
* Adding chinese font packages.Tristan Van Berkom2015-11-274-0/+20
| | | | | | | Having chinese fonts installed is the final touch to having asian input methods working completely out of the box on a GNOME system. Change-Id: If5973ccf13a1d33116d7de8436c03622b356ff35
* Added system integration hook for fontconfigTristan Van Berkom2015-11-111-0/+7
| | | | | | | | | | | The fontconfig package is responsible for maintaining its cache. We add a single system integration hook here so that any other packages which may install fonts in /usr/share/fonts will have them automatically picked up by fontconfig and properly considered in the fontconfig cache. Change-Id: I67a271a9967696716ee509b96b96c1e219e8ba99
* Added ttf-alee to graphics commonTristan Van Berkom2015-11-111-0/+5
| | | | | | This is the Hangul script truetype font by A Lee. Change-Id: Ie811139fd92739b3ba8bb7bc412d61f4aafcee44
* Set --sysconfdir=/etc all aroundTristan Van Berkom2015-10-122-2/+2
| | | | | | | | Technically this is not needed for core OS packages with a / prefix, and not needed for anything which does not install to/read from the sysconfdir... however it's all around safer to just specify it everywhere. Change-Id: I3d8cc58b26c5c2332d6dc08bc87007f774e449af
* Fix pixman buildbaserock/james/fix-armv7-buildJames Thomas2015-02-161-0/+5
| | | | Disable iwmmx extensions, since they are armv5/6 specific and not needed
* strata/graphics-common: Upgrade cairo to latest stable (1.14.0)Javier Jardón2014-10-271-0/+5
|
* freefont-otf.morph: quote $DESTDIRJavier Jardón2014-08-281-2/+2
|
* Move common graphics components from wayland-generic to an independent stratumJavier Jardón2014-08-281-0/+5
Basically pixman, cairo, pango and deps These are common dependencies for weston and gtk/clutter