Fix build without features.xlib
Change-Id: I5c95540ba0deb8a1688d8994522324552f2432e2 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>bb10
parent
7291a24416
commit
2a41e05fde
|
|
@ -756,7 +756,7 @@
|
|||
"xcb-xlib": {
|
||||
"label": "XCB Xlib",
|
||||
"emitIf": "features.xcb",
|
||||
"condition": "libs.xcb_xlib",
|
||||
"condition": "features.xlib && libs.xcb_xlib",
|
||||
"output": [ "privateFeature" ]
|
||||
},
|
||||
"xcb-sm": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue