X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fegl%2FMakefile;h=361f6889580a2a781de19ec37bd9e747e8cf45cf;hb=6b369c4c7cd8a52f99bbff2a57fb316b33a87495;hp=52daf2efa7e2705dd22cba96ec94acfcfc398aec;hpb=654adaabc979acb082c0006cdfabfbacfed53084;p=mesa.git 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