fix directfb build
60985aa42 converted the QT_CONFIG use, not taking into account that the
feature isn't actually known to the configure system - it's coming
directly from the makespec. so revert that hunk (until we have a better
integration between makespecs and configure).
Task-number: QTBUG-57039
Change-Id: Iaf57b5f5339250055f1c378e091da3ab3fcd4292
Reviewed-by: Jake Petroules <jake.petroules@qt.io>
bb10
parent
887e260a93
commit
e71cf69217
|
|
@ -27,7 +27,7 @@ HEADERS = qdirectfbintegration.h \
|
|||
qdirectfbeglhooks.h
|
||||
|
||||
# ### port the GL context
|
||||
qtConfig(directfb_egl) {
|
||||
contains(QT_CONFIG, directfb_egl) {
|
||||
HEADERS += qdirectfb_egl.h
|
||||
SOURCES += qdirectfb_egl.cpp
|
||||
DEFINES += DIRECTFB_GL_EGL
|
||||
|
|
|
|||
Loading…
Reference in New Issue