mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
build: allow installing tools for testing
This commit is contained in:
parent
c0cf407713
commit
a38ab5834e
1
meson_options.txt
Normal file
1
meson_options.txt
Normal file
@ -0,0 +1 @@
|
||||
option('install-tools', type: 'boolean', value: false)
|
@ -6,5 +6,6 @@ tools = {
|
||||
foreach tool, params: tools
|
||||
tool_exe = executable(tool, '@0@.c'.format(tool),
|
||||
dependencies: libmks_dep,
|
||||
install: get_option('install-tools'),
|
||||
)
|
||||
endforeach
|
||||
|
Loading…
Reference in New Issue
Block a user