st/mesa: treat 1D ARRAY upload like a depth or 2D array upload.
[mesa.git] / src / egl / Makefile
index 5b09e178c63b6f8a5fa09a5d617fbb0f7d96c56e..52daf2efa7e2705dd22cba96ec94acfcfc398aec 100644 (file)
@@ -3,7 +3,11 @@
 TOP = ../..
 include $(TOP)/configs/current
 
-SUBDIRS = main drivers
+SUBDIRS = drivers main
+
+ifneq ($(findstring wayland, $(EGL_PLATFORMS)),)
+SUBDIRS += wayland
+endif
 
 
 default: subdirs