nir: Build nir_lower_point_size.c in libmesa_nir
authorRobert Foss <robert.foss@collabora.com>
Fri, 25 Oct 2019 15:34:37 +0000 (17:34 +0200)
committerRobert Foss <robert.foss@collabora.com>
Thu, 31 Oct 2019 09:03:54 +0000 (10:03 +0100)
nir_lower_point_size.c was not build into the libmesa_nir library for non-meson
builds. However it was included in the meson build.

This patch fixes that.

Signed-off-by: Robert Foss <robert.foss@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
src/compiler/Makefile.sources

index 3a3c29e587fc7df209cb67aa7ded31991ab975f1..7b593059834a337fb32c62f5cbe06b29a864c1e1 100644 (file)
@@ -270,6 +270,7 @@ NIR_FILES = \
        nir/nir_lower_passthrough_edgeflags.c \
        nir/nir_lower_patch_vertices.c \
        nir/nir_lower_phis_to_scalar.c \
+       nir/nir_lower_point_size.c \
        nir/nir_lower_point_size_mov.c \
        nir/nir_lower_regs_to_ssa.c \
        nir/nir_lower_returns.c \