Install Linux Qt xcb build dependencies
This commit is contained in:
@@ -209,7 +209,14 @@ install_packages() {
|
||||
|
||||
case "$MENU_CHOICE" in
|
||||
linux-qt)
|
||||
packages+=(xvfb)
|
||||
packages+=(
|
||||
xvfb
|
||||
libfontconfig1-dev libfreetype6-dev
|
||||
libx11-xcb-dev libxcb1-dev libxcb-cursor-dev libxcb-image0-dev
|
||||
libxcb-keysyms1-dev libxcb-render-util0-dev libxcb-shape0-dev
|
||||
libxcb-shm0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-xkb-dev
|
||||
libxkbcommon-dev libxkbcommon-x11-dev
|
||||
)
|
||||
;;
|
||||
windows-daemon|windows-qt)
|
||||
packages+=(mingw-w64 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix)
|
||||
|
||||
@@ -42,6 +42,10 @@ The Linux daemon option uses the deterministic native `depends/` build with Qt
|
||||
disabled, so Berkeley DB and other core libraries are built inside the checkout
|
||||
instead of being required as Ubuntu system development packages.
|
||||
|
||||
The Linux Qt wallet option also installs Ubuntu desktop development headers
|
||||
needed by Qt's xcb platform plugin, including fontconfig, freetype, xcb, and
|
||||
xkbcommon packages.
|
||||
|
||||
Defaults
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user