summaryrefslogtreecommitdiff
path: root/scripts/libmakepkg/meson.build
diff options
context:
space:
mode:
authorQue Quotion <quequotion@gmail.com>2018-11-27 18:23:02 +0900
committerAllan McRae <allan@archlinux.org>2018-11-27 22:48:43 +1000
commit508b4e3ec0cb3e365942f4dc0626edda4789932b (patch)
treed47fd87b0ba310da989e45423180c4fda2610957 /scripts/libmakepkg/meson.build
parent0bb04fa16a82db133dd010478c1256bc8500c5e7 (diff)
downloadpacman-508b4e3ec0cb3e365942f4dc0626edda4789932b.tar.xz
Split prepare_buildenv() to libmakepkg
This opens the door for third parties to provide libmakepkg extentions for the purpose of altering the build environment. Signed-off-by: Que Quotion <quequotion@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts/libmakepkg/meson.build')
-rw-r--r--scripts/libmakepkg/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/libmakepkg/meson.build b/scripts/libmakepkg/meson.build
index 872e61ca..bfba56a5 100644
--- a/scripts/libmakepkg/meson.build
+++ b/scripts/libmakepkg/meson.build
@@ -1,4 +1,5 @@
libmakepkg_modules = [
+ { 'name' : 'buildenv', 'has_subdir' : true },
{ 'name' : 'executable', 'has_subdir' : true },
{ 'name' : 'integrity', 'has_subdir' : true },
{ 'name' : 'lint_config', 'has_subdir' : true },