mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Merge branch 'gettext'
This commit is contained in:
commit
830b94dda3
52 changed files with 16882 additions and 19 deletions
|
|
@ -1,5 +1,5 @@
|
|||
project(
|
||||
'waybox',
|
||||
'Waybox',
|
||||
'c',
|
||||
version: '0.0.2.1',
|
||||
license: 'MIT',
|
||||
|
|
@ -28,5 +28,6 @@ wayland_server = dependency('wayland-server')
|
|||
wayland_protos = dependency('wayland-protocols', version: '>=1.17')
|
||||
xkbcommon = dependency('xkbcommon')
|
||||
|
||||
subdir('po')
|
||||
subdir('protocol')
|
||||
subdir('waybox')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue