diff options
Diffstat (limited to 'src/egl/Makefile')
-rw-r--r-- | src/egl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/egl/Makefile b/src/egl/Makefile index 50f227f07da..52daf2efa7e 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 |