phoronix-test-suite: add missing font

The `ttf-dejavu-sans` font is needed by SVG charts rendered in
phoronix-test-suite PDF reports.

Signed-off-by: Paul Le Guen de Kerneizon <paul.leguendekerneizon@savoirfairelinux.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Paul Le Guen de Kerneizon 2025-02-28 15:37:26 +01:00 committed by Khem Raj
parent fe582374d3
commit 641e11b0eb
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -25,6 +25,9 @@ do_install() {
fi
}
PACKAGECONFIG ??= ""
PACKAGECONFIG[pdf] = ",,,ttf-dejavu-sans"
# It is not advisable to enable these services by default since they can cause
# continual target reboots if they encounter network problems.
#