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
Holger Hans Peter Freyther 2012-05-15 17:46:34 +02:00 committed by Qt by Nokia
parent 6af65edcb6
commit 30cf695e7a
1 changed files with 1 additions and 1 deletions

View File

@ -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