summaryrefslogtreecommitdiffhomepage
path: root/packages/host-bin/meson.build
blob: 76f0e750ec721b02a7add31a0609c2db7dc338bc (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],
  install: true,
)