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