From d90e656fa7c19d1c48287d03babb7e535dc6aa51 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 21 Nov 2019 23:13:01 +0000 Subject: [PATCH] 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 --- src/imgui/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2