build: Move building of squeekboard-test-layout to tools

This commit is contained in:
Dorota Czaplejewicz
2019-12-16 17:46:52 +00:00
parent ed602faeaf
commit d9f284b19a
3 changed files with 13 additions and 13 deletions

View File

@ -40,6 +40,7 @@ else
endif
prefix = get_option('prefix')
bindir = join_paths(prefix, get_option('bindir'))
datadir = join_paths(prefix, get_option('datadir'))
pkgdatadir = join_paths(datadir, meson.project_name())
if get_option('depdatadir') == ''
@ -67,4 +68,5 @@ subdir('data')
subdir('protocols')
subdir('eek')
subdir('src')
subdir('tools')
subdir('tests')