aboutsummaryrefslogtreecommitdiff
path: root/xwayland/meson.build
blob: 6f75e23abb009dad328df6c6563e91d2a94d4753 (plain)
1
2
3
4
5
6
7
lib_wlr_xwayland = static_library('wlr_xwayland', files(
    'sockets.c',
    'xwayland.c',
    'xwm.c',
  ),
  include_directories: wlr_inc,
  dependencies: [wayland_server, xcb, pixman])