From 9fdd217d7bea7fbd55f26ce4a396b1d47de5ab27 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Mon, 10 Dec 2018 14:51:15 -0600 Subject: [PATCH 5/6] qtbase: link xcb-shm Change-Id: I49300967cd92ed280a9a0c685e98a45c633118b6 --- src/gui/configure.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qtbase/src/gui/configure.json b/qtbase/src/gui/configure.json index c51e3ceee3..2b08d84373 100644 --- a/qtbase/src/gui/configure.json +++ b/qtbase/src/gui/configure.json @@ -586,8 +586,8 @@ }, "headers": "xcb/xcb.h", "sources": [ - { "type": "pkgConfig", "args": "xcb >= 1.11" }, - "-lxcb" + { "type": "pkgConfig", "args": "xcb >= 1.9 xcb-shm >= 1.9" }, + "-lxcb -lxcb-shm" ] }, "xcb_icccm": { -- 2.20.1