2018-08-24 07:35:02 +00:00
|
|
|
install_headers(
|
|
|
|
'drm.h',
|
|
|
|
'headless.h',
|
|
|
|
'interface.h',
|
|
|
|
'libinput.h',
|
|
|
|
'multi.h',
|
|
|
|
'session.h',
|
|
|
|
'wayland.h',
|
|
|
|
subdir: 'wlr/backend',
|
|
|
|
)
|
|
|
|
|
2018-11-12 09:12:46 +00:00
|
|
|
if conf_data.get('WLR_HAS_X11_BACKEND', 0) == 1
|
2018-08-24 07:35:02 +00:00
|
|
|
install_headers('x11.h', subdir: 'wlr/backend')
|
|
|
|
endif
|
|
|
|
|
|
|
|
subdir('session')
|