1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Search for XCB UTIL component

BUG: 391225
FIXED-IN: 3.0.1
This commit is contained in:
David Rosca 2018-02-28 14:32:34 +01:00
parent 0118c0cb96
commit 9f8dc35c6f
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -53,7 +53,7 @@ endif()
if (UNIX AND NOT APPLE AND NOT NO_X11)
add_definitions(-DQZ_WS_X11)
find_package(XCB COMPONENTS XCB)
find_package(XCB REQUIRED COMPONENTS XCB UTIL)
find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS X11Extras)
endif()
if (WIN32)