summaryrefslogtreecommitdiff
path: root/src/egl/Makefile
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-02-21 16:22:34 +0100
committerKristian Høgsberg <krh@bitplanet.net>2011-03-01 17:23:50 -0500
commit6b369c4c7cd8a52f99bbff2a57fb316b33a87495 (patch)
tree6a1110f5246f86a2ba3a46e244b2a34629d323fe /src/egl/Makefile
parent654adaabc979acb082c0006cdfabfbacfed53084 (diff)
egl: Add EGL_WL_bind_wayland_display
Diffstat (limited to 'src/egl/Makefile')
-rw-r--r--src/egl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/egl/Makefile b/src/egl/Makefile
index 52daf2efa7..361f688958 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