diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-03-27 13:35:34 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-03-27 13:35:34 -0400 |
| commit | 2a4ddaa7d5aa90f4ad6d4f863bc92f8b74be06f3 (patch) | |
| tree | 1392beed8f4745a36047d8194f3ac9eb20117f44 /meson.build | |
| parent | 1735f07b51baa4c7440d4ab933407d807b59920d (diff) | |
Add client protocols and swaybg skeleton
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index f27ac451..622769a3 100644 --- a/meson.build +++ b/meson.build @@ -85,9 +85,11 @@ add_project_arguments('-DSWAY_VERSION=@0@'.format(version), language: 'c') sway_inc = include_directories('include') +subdir('protocols') subdir('common') subdir('sway') subdir('swaymsg') +subdir('swaybg') config = configuration_data() config.set('sysconfdir', join_paths(prefix, sysconfdir)) |
