From 1e4c00aa51cd331dbda434d57e1f71933dd11b2e Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Mon, 19 Oct 2020 11:50:06 +0700 Subject: [PATCH] Update buildjdk.sh --- buildjdk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/buildjdk.sh b/buildjdk.sh index a80005d..598f9e1 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -25,6 +25,7 @@ bash ./configure \ --with-cups-include=$CUPS_DIR \ --with-devkit=$ANDROID_DEVKIT \ --with-debug-level=release \ + --with-fontconfig-include=$ANDROID_INCLUDE \ --with-freetype-lib=$FREETYPE_DIR/lib \ --with-freetype-include=$FREETYPE_DIR/include/freetype2 \ --x-includes=/usr/include \