mirror of
https://github.com/NixOS/nix.git
synced 2025-11-25 11:49:35 +01:00
build: meson for libfetchers
This commit is contained in:
parent
6e34c68327
commit
706edf26eb
8 changed files with 266 additions and 2 deletions
|
|
@ -425,12 +425,13 @@ this_library = library(
|
|||
|
||||
install_headers(headers, subdir : 'nix', preserve_path : true)
|
||||
|
||||
requires = deps_public
|
||||
requires = []
|
||||
if nix_util.type_name() == 'internal'
|
||||
# `requires` cannot contain declared dependencies (from the
|
||||
# subproject), so we need to do this manually
|
||||
requires = [ 'nix-util' ] + requires
|
||||
requires += 'nix-util'
|
||||
endif
|
||||
requires += deps_public
|
||||
|
||||
import('pkgconfig').generate(
|
||||
this_library,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue