cookutils annotate 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
rev   line source
al@942 1 # SliTaz Cooker task.
al@942 2
al@942 3 DESC="Resolve circular dependency between freetype and harfbuzz"
al@942 4
al@942 5 task() {
al@942 6 cook freetype
al@942 7 cook harfbuzz
al@942 8 cook freetype --harfbuzz
al@942 9 cook harfbuzz
al@942 10 }