vulkan/wsi: use the drmGetDevice2() API
[mesa.git] / src / mesa / Makefile.am
index 865735be27f5ab57a1633ab870e047da652622be..195e44003559c50c5aa1f990d59391c03a9ccf8e 100644 (file)
 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 # IN THE SOFTWARE.
 
-SUBDIRS = . main/tests state_tracker/tests
+SUBDIRS = . main/tests
+
+# state tracker tests depend on libmesagallium.la
+if HAVE_GALLIUM
+SUBDIRS += state_tracker/tests
+endif
 
 if HAVE_XLIB_GLX
 SUBDIRS += drivers/x11
@@ -37,6 +42,9 @@ include Makefile.sources
 
 EXTRA_DIST = \
        drivers/SConscript \
+       main/meson.build \
+       program/meson.build \
+       meson.build \
        main/format_fallback.py \
        main/format_info.py \
        main/format_pack.py \