]> git.ipfire.org Git - thirdparty/postgresql.git/commit
meson: Refactor libpq targets variables
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 23 Feb 2026 09:37:38 +0000 (10:37 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 23 Feb 2026 09:37:38 +0000 (10:37 +0100)
commit4bfbbeb679c09c28813d4545bb1f764c3041d475
tree69001ce9db14d69c6cd74460861e2dc087bfebe6
parent2f2c9d836373ed7f4c017a9d953264f33cc03e3e
meson: Refactor libpq targets variables

Some of the knowledge of the libpq targets was spread around between
the top-level meson.build and src/interfaces/libpq*.  This change
organizes it more like other targets by having a libpq_targets
variable that different subdirectories can add to.

Discussion: https://www.postgresql.org/message-id/flat/e8aa97db-872b-4087-b073-f296baae948d%40eisentraut.org
meson.build
src/interfaces/libpq-oauth/meson.build
src/interfaces/libpq/meson.build