From 757e8e84f803ed0bf622bcdba1bd8dd74640999d Mon Sep 17 00:00:00 2001
From: Jennifer Leech <jenn@lindenlab.com>
Date: Thu, 3 Jul 2008 21:48:30 +0000
Subject: [PATCH] Including fontconfig in the viewer build.  (Omitted before)

Fix for DEV-17484: package-grabber omits fontconfig
---
 indra/cmake/ViewerMiscLibs.cmake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/cmake/ViewerMiscLibs.cmake b/indra/cmake/ViewerMiscLibs.cmake
index 7329972596b..68ee8817fd1 100644
--- a/indra/cmake/ViewerMiscLibs.cmake
+++ b/indra/cmake/ViewerMiscLibs.cmake
@@ -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)
 
-- 
GitLab