summaryrefslogtreecommitdiffstats
path: root/src/plugins/hardwareintegration/client
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2014-01-06 10:10:00 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-06 11:58:11 +0100
commit3970a4818786a3fc1cc2f60130dfdd602f109c69 (patch)
tree608cd613ad113f17fd5cbb9cf7862e8a0baf45e0 /src/plugins/hardwareintegration/client
parentb3b5a7b30c95af0d33273fa3bb2d9f95a78ed388 (diff)
Config test for drm_egl_server
Change-Id: Ib0ae4683374c2fd0c7386863ffb3c207605dc1e2 Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Laszlo Agocs <laszlo.agocs@digia.com>
Diffstat (limited to 'src/plugins/hardwareintegration/client')
-rw-r--r--src/plugins/hardwareintegration/client/client.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/hardwareintegration/client/client.pro b/src/plugins/hardwareintegration/client/client.pro
index 0b1191919..1d79b2634 100644
--- a/src/plugins/hardwareintegration/client/client.pro
+++ b/src/plugins/hardwareintegration/client/client.pro
@@ -14,6 +14,6 @@ config_xcomposite {
SUBDIRS += xcomposite-glx
}
-# we should try and resolve all symbols
-# and they should be type deffed if not present
-SUBDIRS += drm-egl-server
+config_drm_egl_server: \
+ SUBDIRS += drm-egl-server
+