meson: drop duplicate `lib` prefix on libiris_gen*
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 21 Nov 2019 23:11:07 +0000 (23:11 +0000)
committerEric Engestrom <eric.engestrom@intel.com>
Tue, 10 Dec 2019 15:16:02 +0000 (15:16 +0000)
This has no real effect other than the names of the temporary files in
the build folder.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/gallium/drivers/iris/meson.build

index 4c1665a8ccebce08a3cf1db1b4ec0a4231e9b907..4a1ac51e49e11fd7ee29586479825e8ed3b14e83 100644 (file)
@@ -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 : [