mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +02:00
More dedup
This commit is contained in:
parent
4609ab318c
commit
c88f83b471
17 changed files with 88 additions and 165 deletions
|
@ -18,6 +18,12 @@ subdir('meson-utils/deps-lists')
|
|||
|
||||
configdata = configuration_data()
|
||||
|
||||
deps_private_maybe_subproject = [
|
||||
]
|
||||
deps_public_maybe_subproject = [
|
||||
]
|
||||
subdir('meson-utils/subprojects')
|
||||
|
||||
# Check for each of these functions, and create a define like `#define
|
||||
# HAVE_LUTIMES 1`. The `#define` is unconditional, 0 for not found and 1
|
||||
# for found. One therefore uses it with `#if` not `#ifdef`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue