meson: Add missing dependency to unicode test programs

Peter Eisentraut <peter@eisentraut.org>

Commit: 2845cd1ca0cd2c11230f75d75405882e8bc35525
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-10-30T07:30:00Z
Releases: 18.0
meson: Add missing dependency to unicode test programs

The test programs in src/common/unicode/ (case_test, category_test,
norm_test), don't build with meson if the nls option is enabled,
because a libintl dependency is missing.  Fix that.  (The makefiles
are ok.)

Reviewed-by: Aleksander Alekseev <aleksander@timescale.com>
Discussion: https://www.postgresql.org/message-id/flat/52db1d2b-4b96-473e-b323-a4b16a950fba%40eisentraut.org

Files

PathChange+/−
src/common/unicode/meson.build modified +3 −3

Discussion