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:
Gatis Paeglis 2018-12-28 23:44:02 +01:00
parent b1092a7d42
commit f43f636f50

View File

@ -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" ]
},