projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b0e3e9
)
meson: drop `intel_` prefix on imgui_core
author
Eric Engestrom
<eric.engestrom@intel.com>
Thu, 21 Nov 2019 23:13:01 +0000
(23:13 +0000)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 10 Dec 2019 15:16:02 +0000
(15:16 +0000)
Again, no real effect, just the name of a temporary build file.
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/imgui/meson.build
patch
|
blob
|
history
diff --git
a/src/imgui/meson.build
b/src/imgui/meson.build
index 67cde5c7d8889a6885937072e16a6f755cc42b7b..398fae1698ed676e2ac8159fcf34cf4aadbecbcb 100644
(file)
--- a/
src/imgui/meson.build
+++ b/
src/imgui/meson.build
@@
-1,5
+1,5
@@
libimgui_core = static_library(
- 'i
ntel_i
mgui_core',
+ 'imgui_core',
files('imgui.cpp', 'imgui_draw.cpp', 'imgui_widgets.cpp'),
cpp_args : ['-w'],
install : false