summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/meson.build
blob: 333a2fd65376f331fb131393bc682642c17af673 (plain)
1
2
3
4
5
6
7
8
9
# host-bin — the composition root (orchestrator-owned). The ONLY place that
# names every extension; activates them in dependency order (from slice 4).

executable(
  'unbox',
  'src/main.cpp',
  dependencies: [kernel_dep, ext_xdg_shell_dep, ext_layer_shell_dep, ext_keybindings_dep, ext_stage_dock_dep, ext_window_field_dep, ext_wallpaper_dep],
  install: true,
)