summaryrefslogtreecommitdiff
path: root/tests/twisted/tools/meson.build
blob: fe3a8251477638c8d8cd4fa6ee9fdd62586dd7c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ewl_conf = configuration_data()
ewl_conf.set('abs_top_builddir', abs_top_builddir)
ewl_conf.set('abs_top_srcdir', abs_top_srcdir)
ewl_conf.set('omit_libtool', 'yes')

configure_file(
	input: 'exec-with-log.sh.in',
	output: '@BASENAME@',
	configuration: ewl_conf,
)

configure_file(
	input: 'tmp-session-bus.conf.in',
	output: '@BASENAME@',
	configuration: ewl_conf,
)

# D-Bus service file for testing
configure_file(
	input: 'idle.service.in',
	output: 'org.freedesktop.Telepathy.ConnectionManager.idle.service',
	configuration: ewl_conf,
)