add _pkgconfig_force_rebuild var

- default: false
- if true, rebuild src packages
This commit is contained in:
Matthew Stobbs
2025-10-13 11:35:30 -06:00
parent fa7a9003db
commit 78a9d05b94
2 changed files with 3 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
when: when:
- neovim.installed_files is defined - neovim.installed_files is defined
- neovim.clean - neovim.clean
- not _pkgconfig_force_rebuild
become: "{{ ext_become }}" become: "{{ ext_become }}"
loop: "{{ neovim.installed_files }}" loop: "{{ neovim.installed_files }}"
loop_control: loop_control:

View File

@@ -33,6 +33,8 @@ package_default_clean_src: false
## Extra config that usually will not need to be changed ## Extra config that usually will not need to be changed
hyprgitbase: https://github.com/hyprwm hyprgitbase: https://github.com/hyprwm
_pkgconfig_force_rebuild: false
# neovim configuration # neovim configuration
_pkgversion_neovim: v0.11.2 _pkgversion_neovim: v0.11.2
_gitbranch_neovim: v0.11.2 _gitbranch_neovim: v0.11.2