From: Eric Engestrom Date: Thu, 21 Nov 2019 23:13:01 +0000 (+0000) Subject: meson: drop `intel_` prefix on imgui_core X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d90e656fa7c19d1c48287d03babb7e535dc6aa51;p=mesa.git meson: drop `intel_` prefix on imgui_core Again, no real effect, just the name of a temporary build file. Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- diff --git a/src/imgui/meson.build b/src/imgui/meson.build index 67cde5c7d88..398fae1698e 100644 --- a/src/imgui/meson.build +++ b/src/imgui/meson.build @@ -1,5 +1,5 @@ libimgui_core = static_library( - 'intel_imgui_core', + 'imgui_core', files('imgui.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'), cpp_args : ['-w'], install : false