mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Search for XCB UTIL component
BUG: 391225 FIXED-IN: 3.0.1
This commit is contained in:
parent
0118c0cb96
commit
9f8dc35c6f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user