configure: fix a bug where -no-xcb implied eglfs_x11=no
Change-Id: I89bbef23a0abd7692b9bda7b356502f5450af6cc Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>
This commit is contained in:
parent
b1092a7d42
commit
f43f636f50
@ -1436,7 +1436,7 @@
|
||||
},
|
||||
"eglfs_x11": {
|
||||
"label": "EGLFS X11",
|
||||
"condition": "features.eglfs && features.xcb && features.xcb-xlib && features.egl_x11",
|
||||
"condition": "features.eglfs && features.xcb-xlib && features.egl_x11",
|
||||
"output": [ "privateFeature" ]
|
||||
},
|
||||
"gif": {
|
||||
@ -1569,7 +1569,6 @@
|
||||
},
|
||||
"xcb-xlib": {
|
||||
"label": "XCB Xlib",
|
||||
"emitIf": "features.xcb",
|
||||
"condition": "features.xlib && libs.xcb_xlib",
|
||||
"output": [ "privateFeature" ]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user