feat(3p/nix): added meson support
(cherry picked from commit 086a81b7a5bbe1fc022efb5935ff68f6ad71ddaf)
This commit is contained in:
parent
c455f7a987
commit
055139ac6a
27 changed files with 2045 additions and 4 deletions
13
third_party/nix/misc/meson.build
vendored
Normal file
13
third_party/nix/misc/meson.build
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
# nix src build file
|
||||
#============================================================================
|
||||
|
||||
misc_dirs = [
|
||||
'launchd',
|
||||
'systemd',
|
||||
'systemv',
|
||||
'upstart'
|
||||
]
|
||||
|
||||
foreach dir : misc_dirs
|
||||
subdir(dir)
|
||||
endforeach
|
Loading…
Add table
Add a link
Reference in a new issue