summaryrefslogtreecommitdiffstats
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2019-11-01Release 5.2.1v5.2.1Allan McRae1-2/+2
2019-10-30meson: fix inodecmd for darwin/bsdEli Schwartz1-2/+2
2019-10-21Release v5.2.0v5.2.0Allan McRae1-2/+2
2019-10-07meson: work around broken pkg-config file with private requiresEli Schwartz1-12/+10
2019-10-07meson: fix incorrect libalpm versionEli Schwartz1-1/+1
2019-10-07meson: fix libcommon being publicly exposed as a static link dependencyEli Schwartz1-2/+2
2019-10-07Support file with seccomp enabledEli Schwartz1-0/+10
2019-08-05meson: port over checks for types used from sys/types.hDave Reisner1-0/+15
2019-08-05meson: drop checks for things we don't useDave Reisner1-25/+0
2019-06-28meson: use dependency('gpgme') exclusivelyEli Schwartz1-28/+5
2019-06-28meson: use not_found_message when dependencies are not foundEli Schwartz1-8/+4
2019-06-28meson: bump the minimum supported version of meson to 0.51Eli Schwartz1-1/+1
2019-05-08meson: fix build of executables with nonstandard libarchive pathEli Schwartz1-0/+2
2019-03-19build: check for gpgme with pkg-config before gpgme-configEli Schwartz1-22/+27
2019-03-19drop DU* config variablesSantiago Torres1-11/+0
2019-03-19build: remove references to variable replacements from pacman-optimizeEli Schwartz1-10/+0
2019-03-07Remove cleanupdeltaAllan McRae1-8/+0
2019-02-21meson: fix static/shared split againEli Schwartz1-2/+2
2019-02-12build: link vercmp with a static copy of libalpmEli Schwartz1-3/+12
2019-02-12Add implicit fall through warningAllan McRae1-0/+1
2018-12-12meson: add trailing slashes to directory components in configuration definesEli Schwartz1-3/+3
2018-12-12meson: install the directories needed for successful pacman operationEli Schwartz1-0/+9
2018-12-10Enable additional debug flags/logging with debugoptimized buildsDave Reisner1-1/+1
2018-11-02meson: add a wrapper to bootstrap scripts from within build dirDave Reisner1-0/+1
2018-11-02Add meson.build files to build with mesonDave Reisner1-0/+487