Skip to content

meson: Don't build imgui by default

Dylan Baker requested to merge dbaker/mesa:imgui-dont-default into master

Otherwise imgui is built all the time, whether anything that uses it is built or not.

Fixes 51047cd2 ("build: move imgui out of src/intel/tools to be reused")

Merge request reports