summaryrefslogtreecommitdiff
path: root/src/egl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/egl/Makefile')
-rw-r--r--src/egl/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/egl/Makefile b/src/egl/Makefile
index 50f227f07d..52daf2efa7 100644
--- a/src/egl/Makefile
+++ b/src/egl/Makefile
@@ -5,6 +5,10 @@ include $(TOP)/configs/current
SUBDIRS = drivers main
+ifneq ($(findstring wayland, $(EGL_PLATFORMS)),)
+SUBDIRS += wayland
+endif
+
default: subdirs