Ubuntu package updates (#1985)

Add required libfontconfig1-dev which is needed by Linux/Qt/QtFontDatabaseSupport (dependency of Qt5XcbQpa)

Signed-off-by: spham-amzn <spham@amazon.com>
This commit is contained in:
Steve Pham
2021-07-09 15:01:53 -07:00
committed by GitHub
parent f53066d2b8
commit b8f857a270
2 changed files with 2 additions and 0 deletions
@@ -9,6 +9,7 @@ ninja-build # For the compiler and its dependencies
libglu1-mesa-dev # For Qt (GL dependency)
libxcb-xinerama0 # For Qt plugins at runtime
libxcb-xinput0 # For Qt plugins at runtime
libfontconfig1-dev # For Qt plugins at runtime
libcurl4-openssl-dev # For HttpRequestor
libsdl2-dev # for WWise/Audio
zlib1g-dev
@@ -9,6 +9,7 @@ ninja-build # For the compiler and its dependencies
libglu1-mesa-dev # For Qt (GL dependency)
libxcb-xinerama0 # For Qt plugins at runtime
libxcb-xinput0 # For Qt plugins at runtime
libfontconfig1-dev # For Qt plugins at runtime
libcurl4-openssl-dev # For HttpRequestor
libsdl2-dev # for WWise/Audio
zlib1g-dev