aboutsummaryrefslogtreecommitdiffstats
path: root/src/imgui
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-11-21 23:13:01 +0000
committerEric Engestrom <[email protected]>2019-12-10 15:16:02 +0000
commitd90e656fa7c19d1c48287d03babb7e535dc6aa51 (patch)
tree96a8019ea32a84445f224d5d64c5a18d4c9547f3 /src/imgui
parent2b0e3e9fd1671fe0d93853b18f1aac5f43f94b14 (diff)
meson: drop `intel_` prefix on imgui_core
Again, no real effect, just the name of a temporary build file. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/imgui')
-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