diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-18 20:13:57 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-18 20:13:57 -0400 |
commit | d423f2bca3f9161c3c9abd58898e8cc3744a0832 (patch) | |
tree | 4582a055924969767809597f3919eecfb8927649 /meson_options.txt | |
parent | fa890b083027105673a8196db02ac8db16aafd6b (diff) | |
download | selinux-policy-d423f2bca3f9161c3c9abd58898e8cc3744a0832.tar.gz |
change "install_sources" option name to "modular"
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 8c2926e..6a3e71b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1 @@ -option('install_sources', type: 'boolean', value: false) +option('modular', type: 'boolean', value: false) |