From 2b0e3e9fd1671fe0d93853b18f1aac5f43f94b14 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 21 Nov 2019 23:11:07 +0000 Subject: [PATCH] meson: drop duplicate `lib` prefix on libiris_gen* This has no real effect other than the names of the temporary files in the build folder. Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- src/gallium/drivers/iris/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/iris/meson.build b/src/gallium/drivers/iris/meson.build index 4c1665a..4a1ac51 100644 --- a/src/gallium/drivers/iris/meson.build +++ b/src/gallium/drivers/iris/meson.build @@ -64,7 +64,7 @@ iris_driinfo_h = custom_target( iris_gen_libs = [] foreach v : ['80', '90', '100', '110', '120'] iris_gen_libs += static_library( - 'libiris_gen@0@'.format(v), + 'iris_gen@0@'.format(v), ['iris_blorp.c', 'iris_query.c', 'iris_state.c', gen_xml_pack], include_directories : [inc_common, inc_intel], c_args : [ -- 2.7.4