aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg/meson.build
blob: 473150239ee911a8fd1be1d0b0ffe7908ff222e1 (plain) (blame)
1
2
3
4
5
6
7
8
executable(
    'swaybg',
    'main.c',
    include_directories: [sway_inc],
    dependencies: [wayland_client, sway_protos, jsonc, wlroots],
    link_with: [lib_sway_common],
    install: true
)