diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-08-21 16:59:41 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-08-21 16:59:41 -0400 |
commit | 42911994a0e8a7663f20e9aee81ab97080b9b4dd (patch) | |
tree | aff535538088179f0e4611072f8909f3b21590c7 | |
parent | e1f469a984444f4716a5d7b078495381401ee517 (diff) | |
download | ebuilds-42911994a0e8a7663f20e9aee81ab97080b9b4dd.tar.gz |
change "install_sources" meson option to "modular"
-rw-r--r-- | sec-policy/spawns-policy/spawns-policy-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sec-policy/spawns-policy/spawns-policy-9999.ebuild b/sec-policy/spawns-policy/spawns-policy-9999.ebuild index 8448858..6ecf03a 100644 --- a/sec-policy/spawns-policy/spawns-policy-9999.ebuild +++ b/sec-policy/spawns-policy/spawns-policy-9999.ebuild @@ -22,7 +22,7 @@ KEYWORDS="~amd64" SELINUXTYPE="spawns" src_configure() { - local emesonargs=("-Dinstall_sources=true") + local emesonargs=("-Dmodular=true") meson_src_configure } |