meson: Fix typo in pkgconfig generation

Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://www.postgresql.org/message-id/flat/07b37c70-349a-8fcd-bcc9-6c3ce0f6c2a4%40enterprisedb.com
This commit is contained in:
Peter Eisentraut 2023-02-01 18:14:01 +01:00
parent 38cc085464
commit 253432f426
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ pkgconfig.generate(
description: 'PostgreSQL libecpg library',
url: pg_url,
libraries: ecpglib_so,
libraries_private: [frontend_shlib_code, thread_dep],
libraries_private: [frontend_stlib_code, thread_dep],
requires_private: ['libpgtypes', 'libpq'],
)