X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmeson.build;h=53b999ad22aeea92c917e2faffbd323a8f17c348;hb=d817f2c69615cf37b78f484a25b7831ebe9dbe6f;hp=cefa1c9ac2803f6709b88d88d3829b600edff937;hpb=6e21dcc5a31634232660eff1a83052c2ebb4816c;p=mesa.git diff --git a/src/meson.build b/src/meson.build index cefa1c9ac28..53b999ad22a 100644 --- a/src/meson.build +++ b/src/meson.build @@ -60,7 +60,9 @@ subdir('compiler') if with_tools.contains('drm-shim') subdir('drm-shim') endif -subdir('imgui') +if with_imgui + subdir('imgui') +endif if with_platform_wayland subdir('egl/wayland/wayland-drm') endif