index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-04-18 23:25:13 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-04-19 17:51:44 +1000 |
commit | 0699321b3ce71c46fbd0a10fede3959d0fac7009 (patch) | |
tree | 942a0aeec60bc9a6261b1a1ee21e4ce8ff496d4f | |
parent | 288cd1c74afc5ff2e28b9a45a76d2146da583903 (diff) |
-rw-r--r-- | meson.build | 1 |
diff --git a/meson.build b/meson.build index f76a647b..c8835ab6 100644 --- a/meson.build +++ b/meson.build @@ -321,6 +321,7 @@ libalpm = library( 'alpm', version : libalpm_version, objects: libalpm_a.extract_all_objects(recursive: true), + include_directories : includes, dependencies : alpm_deps, install : true) |