svgadump: Dump the new depth format names.
[mesa.git] / src / egl / Makefile
index 5b09e178c63b6f8a5fa09a5d617fbb0f7d96c56e..361f6889580a2a781de19ec37bd9e747e8cf45cf 100644 (file)
@@ -3,8 +3,13 @@
 TOP = ../..
 include $(TOP)/configs/current
 
-SUBDIRS = main drivers
+SUBDIRS =
 
+ifneq ($(findstring wayland, $(EGL_PLATFORMS)),)
+SUBDIRS += wayland
+endif
+
+SUBDIRS += drivers main
 
 default: subdirs