summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/imgui/meson.build2
1 files changed, 1 insertions, 1 deletions
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