egl: Add EGL_WL_bind_wayland_display
[mesa.git] / src / egl / Makefile
index 52daf2efa7e2705dd22cba96ec94acfcfc398aec..361f6889580a2a781de19ec37bd9e747e8cf45cf 100644 (file)
@@ -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