Including fontconfig in the viewer build. (Omitted before)

Fix for DEV-17484: package-grabber omits fontconfig
master
Jennifer Leech 2008-07-03 21:48:30 +00:00
parent 1d12a5c20a
commit 757e8e84f8
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ if (NOT STANDALONE)
use_prebuilt_binary(libstdc++)
use_prebuilt_binary(libuuid)
use_prebuilt_binary(vivox)
use_prebuilt_binary(fontconfig)
endif(NOT STANDALONE)