initial commit
This commit is contained in:
commit
584aad56b8
19 changed files with 390 additions and 0 deletions
6
meson.options
Normal file
6
meson.options
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
option(
|
||||
'path_tmp',
|
||||
type : 'string',
|
||||
value : '/tmp',
|
||||
description : 'path to tmpfs',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue