Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/scripts/libmakepkg/meson.build
diff options
context:
space:
mode:
authorQue Quotion <quequotion@gmail.com>2018-11-27 18:23:00 +0900
committerAllan McRae <allan@archlinux.org>2018-11-27 22:48:43 +1000
commit0bb04fa16a82db133dd010478c1256bc8500c5e7 (patch)
tree21ca195cdffbe3f1315b25a3b16bd1366d556941 /scripts/libmakepkg/meson.build
parentd81b5cc2a5193a344fc6f9cbf72d406d5597d85b (diff)
Split check_software() to libmakepkg
This opens the door for third parties who provide extensions to libmakepkg to supply scripts that confirm the presence of their dependant executables. 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 07475b4d..872e61ca 100644
--- a/scripts/libmakepkg/meson.build
+++ b/scripts/libmakepkg/meson.build
@@ -1,4 +1,5 @@
libmakepkg_modules = [
+ { 'name' : 'executable', 'has_subdir' : true },
{ 'name' : 'integrity', 'has_subdir' : true },
{ 'name' : 'lint_config', 'has_subdir' : true },
{ 'name' : 'lint_package', 'has_subdir' : true },