cookutils annotate tasks/freetype-harfbuzz @ rev 1019

cook: add fix() to use '--as-needed' linker flag in compile_rules(); cookit(): make QA fail on empty vars / bad values; remove_already_packed(): fix bug when $PACKAGE not listed in $SPLIT and we use this function for the default set. lighttpd/index.cgi: sort orphans. modules/precheck: separate error message by empty lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:31:28 2017 +0200 (2017-12-07)
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 }