Change XCB::XFIXES condition in library mapping
Replace condition of XCB::XFIXES from the 'XCB_XFIXES_FOUND' variable to 'TARGET XCB::XFIXES'. Fixes: QTBUG-89979 Change-Id: I77b8b4046dc6852ecb209d942ee94d864a35c378 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
e3e1fc4820
commit
127a1ada32
@ -566,14 +566,16 @@ _library_map = [
|
||||
"XCB",
|
||||
"XCB::XFIXES",
|
||||
extra=["COMPONENTS", "XFIXES"],
|
||||
resultVariable="XCB_XFIXES",
|
||||
resultVariable="TARGET XCB::XFIXES",
|
||||
appendFoundSuffix=False,
|
||||
),
|
||||
LibraryMapping(
|
||||
"xcb-xfixes",
|
||||
"XCB",
|
||||
"XCB::XFIXES",
|
||||
extra=["COMPONENTS", "XFIXES"],
|
||||
resultVariable="XCB_XFIXES",
|
||||
resultVariable="TARGET XCB::XFIXES",
|
||||
appendFoundSuffix=False,
|
||||
),
|
||||
LibraryMapping(
|
||||
"xcb_xinput",
|
||||
|
Loading…
Reference in New Issue
Block a user