cookutils view tasks/freetype-harfbuzz @ rev 1048

lighttpd/index.cgi: fix colorization: "warning: inlining failed" is warning, "/etc/bash_completion.d/" is useless files with the "---" tag
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 17:14:13 2018 +0300 (2018-04-19)
parents
children
line source
1 # SliTaz Cooker task.
3 DESC="Resolve circular dependency between freetype and harfbuzz"
5 task() {
6 cook freetype
7 cook harfbuzz
8 cook freetype --harfbuzz
9 cook harfbuzz
10 }