mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 20:05:58 +01:00
17 lines
273 B
Meson
17 lines
273 B
Meson
install_headers(
|
|
'drm.h',
|
|
'headless.h',
|
|
'interface.h',
|
|
'libinput.h',
|
|
'multi.h',
|
|
'noop.h',
|
|
'session.h',
|
|
'wayland.h',
|
|
subdir: 'wlr/backend',
|
|
)
|
|
|
|
if conf_data.get('WLR_HAS_X11_BACKEND', 0) == 1
|
|
install_headers('x11.h', subdir: 'wlr/backend')
|
|
endif
|
|
|
|
subdir('session')
|