bcm97425: Enable the egl mode directfb QPA platform plugin
The directfb_egl mode of the directfb QPA platform plugin was never enabled. Modify directfb.pro to check for directfb_egl inside the QT_CONFIG variable. This issue was introduced when moving the config from the CONFIG variable to QT_CONFIG. Change-Id: Ia86ec48475ac037d05282e69ee6324969054e186 Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>bb10
parent
6af65edcb6
commit
30cf695e7a
|
|
@ -27,7 +27,7 @@ HEADERS = qdirectfbintegration.h \
|
|||
qdirectfbeglhooks.h
|
||||
|
||||
# ### port the GL context
|
||||
directfb_egl {
|
||||
contains(QT_CONFIG, directfb_egl) {
|
||||
HEADERS += qdirectfb_egl.h
|
||||
SOURCES += qdirectfb_egl.cpp
|
||||
DEFINES += DIRECTFB_GL_EGL
|
||||
|
|
|
|||
Loading…
Reference in New Issue