diff options
author | Benjamin Franzke <[email protected]> | 2011-02-21 16:22:34 +0100 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2011-03-01 17:23:50 -0500 |
commit | 6b369c4c7cd8a52f99bbff2a57fb316b33a87495 (patch) | |
tree | 6a1110f5246f86a2ba3a46e244b2a34629d323fe /src/egl/Makefile | |
parent | 654adaabc979acb082c0006cdfabfbacfed53084 (diff) |
egl: Add EGL_WL_bind_wayland_display
Diffstat (limited to 'src/egl/Makefile')
-rw-r--r-- | src/egl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/egl/Makefile b/src/egl/Makefile index 52daf2efa7e..361f6889580 100644 --- a/src/egl/Makefile +++ b/src/egl/Makefile @@ -3,12 +3,13 @@ TOP = ../.. include $(TOP)/configs/current -SUBDIRS = drivers main +SUBDIRS = ifneq ($(findstring wayland, $(EGL_PLATFORMS)),) SUBDIRS += wayland endif +SUBDIRS += drivers main default: subdirs |