meson: ensure that xmlpool_options.h is generated for gallium targets that need it
[mesa.git] / src / Makefile.am
index c4fcd8a92488bf89d6a8b27e6fd0f118fa545895..1eda3e581ae2e137b0ba2b5260e293b12d1ae37e 100644 (file)
@@ -22,7 +22,7 @@
 .PHONY: git_sha1.h
 git_sha1.h:
        @echo "updating $@"
-       @$(PYTHON2) $(top_srcdir)/bin/git_sha1_gen.py --output $@
+       @$(PYTHON) $(top_srcdir)/bin/git_sha1_gen.py --output $@
 
 BUILT_SOURCES = git_sha1.h
 CLEANFILES = $(BUILT_SOURCES)
@@ -81,6 +81,10 @@ if HAVE_BROADCOM_DRIVERS
 SUBDIRS += broadcom
 endif
 
+if HAVE_FREEDRENO_DRIVERS
+SUBDIRS += freedreno
+endif
+
 if NEED_OPENGL_COMMON
 SUBDIRS += mesa
 endif
@@ -132,3 +136,18 @@ libglsl_util_la_SOURCES = \
        mesa/program/prog_parameter.c \
        mesa/program/symbol_table.c \
        mesa/program/dummy_errors.c
+
+EXTRA_DIST += \
+       tools/imgui/imconfig.h \
+       tools/imgui/imgui.cpp \
+       tools/imgui/imgui.h \
+       tools/imgui/imgui_draw.cpp \
+       tools/imgui/imgui_demo.cpp \
+       tools/imgui/imgui_internal.h \
+       tools/imgui/imgui_memory_editor.h \
+       tools/imgui/stb_rect_pack.h \
+       tools/imgui/stb_textedit.h \
+       tools/imgui/stb_truetype.h \
+       tools/imgui/README \
+       tools/imgui/LICENSE.txt \
+       tools/imgui/meson.build