Re: [PATCH] Missing dep on Catalog.pm in meson rules

Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>

From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: "Tristan Partin" <tristan@neon.tech>, "PostgreSQL Hackers" <pgsql-hackers@postgresql.org>
Date: 2023-06-01T21:22:12Z
Lists: pgsql-hackers
On Thu, 1 Jun 2023, at 22:16, Tristan Partin wrote:
> Could you create a variable for the file instead of calling files() 3
> times?
>
>> catalog_pm = files('path/to/Catalog.pm')

Sure, but which meson.build file should it go in? I know nothing about meson variable scoping.

> -- 
> Tristan Partin
> Neon (https://neon.tech)

-- 
- ilmari



Commits

  1. meson: Add dependencies to perl modules to various script invocations