meson: drop duplicate inc_nir from libiris
authorEric Engestrom <eric.engestrom@intel.com>
Tue, 24 Sep 2019 23:39:22 +0000 (00:39 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Mon, 7 Oct 2019 20:49:40 +0000 (21:49 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/gallium/drivers/iris/meson.build

index c4071ef271577bd4eb1610c05e7512a45da2b362..4c1665a8ccebce08a3cf1db1b4ec0a4231e9b907 100644 (file)
@@ -79,7 +79,7 @@ libiris = static_library(
   'iris',
   [files_libiris, gen_xml_pack, iris_driinfo_h],
   include_directories : [
-    inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_intel, inc_nir,
+    inc_src, inc_include, inc_gallium, inc_gallium_aux, inc_intel,
     inc_gallium_drivers,
     # these should not be necessary, but main/macros.h...
     inc_mesa, inc_mapi