diff options
author | Benjamin Franzke <[email protected]> | 2011-02-04 12:22:58 +0100 |
---|---|---|
committer | Benjamin Franzke <[email protected]> | 2011-02-07 13:52:29 +0100 |
commit | e586c4b7634f856a350f029709adc8a32271562c (patch) | |
tree | 98c9e0b4c81b7c14048c732a7bf5e98a9b459a7b /src/egl/Makefile | |
parent | 2adfde3aaee43d7ec974d25794a07fe02f36c6cd (diff) |
egl: Add wayland platform
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 |