From e586c4b7634f856a350f029709adc8a32271562c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 4 Feb 2011 12:22:58 +0100 Subject: egl: Add wayland platform --- src/egl/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/egl/Makefile') 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 -- cgit v1.2.3