Do not build glx integration with -no-opengl
Task-number: QTBUG-44998 Change-Id: I57c18cd3621a59297d3f91026903628ea6187a5f Reviewed-by: Jørgen Lind <jorgen.lind@theqtcompany.com>bb10
parent
53a9ff2a45
commit
42f9fd5f07
|
|
@ -4,6 +4,6 @@ contains(QT_CONFIG, egl):contains(QT_CONFIG, egl_x11) {
|
|||
SUBDIRS += xcb_egl
|
||||
}
|
||||
|
||||
contains(QT_CONFIG, xcb-xlib):!contains(QT_CONFIG, opengles2) {
|
||||
contains(QT_CONFIG, xcb-xlib): contains(QT_CONFIG, opengl): !contains(QT_CONFIG, opengles2) {
|
||||
SUBDIRS += xcb_glx
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue