mirror of https://github.com/postgres/postgres
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:
parent
38cc085464
commit
253432f426
|
@ -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'],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue