7fecda6a7a
This will allow gnome-shell perf tests to create and destroy virtual test monitors whenever it needs to. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2824>
11 lines
235 B
Meson
11 lines
235 B
Meson
mutter_test_includesubdir = join_paths(pkgname, 'meta-test')
|
|
|
|
mutter_test_public_headers = files([
|
|
'meta-context-test.h',
|
|
'meta-test-monitor.h',
|
|
])
|
|
|
|
install_headers(mutter_test_public_headers,
|
|
subdir: mutter_test_includesubdir
|
|
)
|