mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-12 17:12:37 +01:00
12 lines
357 B
Diff
12 lines
357 B
Diff
--- a/meson.build
|
|
+++ b/meson.build
|
|
@@ -116,7 +116,7 @@ if get_option('pam')
|
|
endif
|
|
|
|
if host_machine.system() == 'linux' or host_machine.system() == 'gnu'
|
|
- gettext_deps = []
|
|
+ gettext_deps = [cc.find_library('intl')]
|
|
elif (host_machine.system() == 'freebsd' or
|
|
host_machine.system() == 'openbsd' or
|
|
host_machine.system() == 'dragonfly')
|