aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend/meson.build
blob: 47de62d27ee7d2b1662813666dafa3a3c4f5ce42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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')