add _pkgconfig_force_rebuild var
- default: false - if true, rebuild src packages
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
when:
|
||||
- neovim.installed_files is defined
|
||||
- neovim.clean
|
||||
- not _pkgconfig_force_rebuild
|
||||
become: "{{ ext_become }}"
|
||||
loop: "{{ neovim.installed_files }}"
|
||||
loop_control:
|
||||
|
||||
@@ -33,6 +33,8 @@ package_default_clean_src: false
|
||||
## Extra config that usually will not need to be changed
|
||||
hyprgitbase: https://github.com/hyprwm
|
||||
|
||||
_pkgconfig_force_rebuild: false
|
||||
|
||||
# neovim configuration
|
||||
_pkgversion_neovim: v0.11.2
|
||||
_gitbranch_neovim: v0.11.2
|
||||
|
||||
Reference in New Issue
Block a user