From 30cf695e7a3fabe1c86e088e9fb08127ae00ee68 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 May 2012 17:46:34 +0200 Subject: 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 Reviewed-by: Oswald Buddenhagen --- src/plugins/platforms/directfb/directfb.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/platforms/directfb/directfb.pro b/src/plugins/platforms/directfb/directfb.pro index 5dfddeb225..85821662a0 100644 --- a/src/plugins/platforms/directfb/directfb.pro +++ b/src/plugins/platforms/directfb/directfb.pro @@ -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 -- cgit v1.2.3