mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-05 09:17:44 +03:00
7 lines
163 B
Meson
7 lines
163 B
Meson
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
i18n = import('i18n')
|
|
i18n.gettext(meson.project_name(),
|
|
preset : 'glib',
|
|
data_dirs : '.')
|