mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
fd3fa760d3
This reverts commit 9c886f20b9
.
16 lines
261 B
Meson
16 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')
|