st/wgl: add debug code to check that pixel format initialization worked
[mesa.git] / src / Makefile.am
index b3dc44d6fd66382f0901122850c7ff68478d80bc..9d1580f90412189e905a1837f03e2c21b4233875 100644 (file)
@@ -19,7 +19,7 @@
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-SUBDIRS = gtest mapi
+SUBDIRS = gtest loader mapi
 
 if NEED_OPENGL_COMMON
 SUBDIRS += glsl mesa
@@ -29,12 +29,20 @@ if HAVE_DRI_GLX
 SUBDIRS += glx
 endif
 
+if HAVE_EGL_PLATFORM_WAYLAND
+SUBDIRS += egl/wayland
+endif
+
+if HAVE_EGL_DRIVER_DRI2
+SUBDIRS += egl/drivers/dri2
+endif
+
 if HAVE_GBM
 SUBDIRS += gbm
 endif
 
 if HAVE_EGL
-SUBDIRS += egl
+SUBDIRS += egl/main
 endif
 
 if HAVE_GALLIUM
@@ -51,3 +59,5 @@ SUBDIRS +=                    \
        gallium/tests/unit
 endif
 endif
+
+EXTRA_DIST = getopt