summaryrefslogtreecommitdiff
path: root/src/egl/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-04 12:22:58 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-07 13:52:29 +0100
commite586c4b7634f856a350f029709adc8a32271562c (patch)
tree98c9e0b4c81b7c14048c732a7bf5e98a9b459a7b /src/egl/Makefile
parent2adfde3aaee43d7ec974d25794a07fe02f36c6cd (diff)
egl: Add wayland platform
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 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