diff options
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | meson_options.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index ca22e41..fe5744a 100644 --- a/meson.build +++ b/meson.build @@ -20,7 +20,7 @@ file_contexts = custom_target( install_subdir('skel/contexts', install_dir: selinux_store) -if get_option('install_sources') +if get_option('modular') install_data( modules, install_dir: get_option('datadir') / 'selinux' / 'spawns', 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) |