summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plugins/hardwareintegration/client/client.pro6
-rw-r--r--src/plugins/hardwareintegration/compositor/compositor.pro5
2 files changed, 5 insertions, 6 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
+
diff --git a/src/plugins/hardwareintegration/compositor/compositor.pro b/src/plugins/hardwareintegration/compositor/compositor.pro
index ac59e20f7..3c1ff5d73 100644
--- a/src/plugins/hardwareintegration/compositor/compositor.pro
+++ b/src/plugins/hardwareintegration/compositor/compositor.pro
@@ -13,6 +13,5 @@ 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