index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Emil Velikov <emil.l.velikov@gmail.com> | 2021-01-05 00:48:11 +0000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2021-01-09 00:14:33 +1000 |
commit | d53ba019f5dfee00fd66491c1fa1ac8978fd628d (patch) | |
tree | 906b465457239aa32040322d1771c12573f8106d | |
parent | 793e2097a6f46bbc5048c540e32a4caf92a6836a (diff) |
-rw-r--r-- | meson.build | 2 |
diff --git a/meson.build b/meson.build index 2002dc78..71a3b54e 100644 --- a/meson.build +++ b/meson.build @@ -347,7 +347,7 @@ executable( 'pacman-conf', pacman_conf_sources, include_directories : includes, - link_with : [libalpm], + link_with : [libalpm, libcommon], dependencies : [libarchive], install : true, ) |