From 7a2d4f2c8b894eaabd957726e638240885706b02 Mon Sep 17 00:00:00 2001 From: Antonio Dell'Elce Date: Thu, 19 Dec 2019 14:27:36 +0000 Subject: [PATCH] add fontconfig --- mkit.profiles.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/mkit.profiles.sh b/mkit.profiles.sh index 29f19d5..4fae1c6 100755 --- a/mkit.profiles.sh +++ b/mkit.profiles.sh @@ -426,4 +426,12 @@ profile_x11() add_run_dep xrandr } +profile_fontconfig() +{ + add_run_dep gperf + add_run_dep expat + add_run_dep freetype + add_run_dep fontconfig +} + ### EOF ###