mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-08 08:21:11 -04:00
react to wlroots changes
This commit is contained in:
parent
bce423cd72
commit
fb3a845354
9 changed files with 54 additions and 10 deletions
|
|
@ -1,3 +1,7 @@
|
|||
add_project_arguments('-DGETTEXT_PACKAGE="' + meson.project_name().to_lower() + '"',
|
||||
'-DLOCALEDIR="' + get_option('prefix') / get_option('localedir') + '"',
|
||||
'-DUSE_NLS=1', language: 'c')
|
||||
|
||||
i18n = import('i18n', required: false)
|
||||
if i18n.found()
|
||||
i18n.gettext(meson.project_name().to_lower(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue