meson: drop `intel_` prefix on imgui_core
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 21 Nov 2019 23:13:01 +0000 (23:13 +0000)
committerEric 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

index 67cde5c7d8889a6885937072e16a6f755cc42b7b..398fae1698ed676e2ac8159fcf34cf4aadbecbcb 100644 (file)
@@ -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