aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-06 14:30:30 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2021-09-06 14:30:30 -0500
commit444e44eb9da303c6614034a3558daceca15e0315 (patch)
tree35f27ca36419884b89536af97f4b132caac107c8 /meson_options.txt
parentc0f8313164fb60fcf41313b273b21f3079e93c1e (diff)
build: change root_prefix to rootprefix
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 5fbafac9..ce1b8dda 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -16,8 +16,8 @@ option('pkg_prefix', type : 'string',
description : 'default location where packages are installed')
option('pkgconfig', type : 'boolean',
description : 'build PKGConfig files')
-option('root_prefix', type : 'string',
- description : 'default path of root directory')
+option('rootprefix', type : 'string',
+ description : 'override the root prefix')
option('selinux', type : 'feature', value : 'auto',
description : 'enable SELinux support')
option('shell', type : 'string', value : '/bin/sh',