summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSantiago Torres <santiago@archlinux.org>2019-03-11 21:18:16 -0400
committerAllan McRae <allan@archlinux.org>2019-03-19 12:07:15 +1000
commit226d2c124884c7318b7fb86c2e6bdf792eddd1a9 (patch)
tree151d9df3037ab499ff7771433b569657f2a83967 /meson_options.txt
parentbbfb75fd292e3f2818cdc0eae68c292bb3fbc50b (diff)
downloadpacman-226d2c124884c7318b7fb86c2e6bdf792eddd1a9.tar.xz
drop DU* config variables
Since DUFLAGS and DUPATH are not needed anymore remove them from the source Signed-off-by: Santiago Torres <santiago@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bf3fc22d..ffa4ddff 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -54,8 +54,5 @@ option('i18n', type : 'boolean', value : true,
description : 'enable localization of pacman, libalpm and scripts')
# tools
-option('duflags', type : 'string', value : 'autodetect',
- description : 'flags to pass to du to measure file size')
-
option('sedinplaceflags', type : 'string', value : 'auto',
description : 'flags to pass to sed to edit a file in-place')