configure cleaning on src pkgs

This commit is contained in:
Matthew Stobbs
2025-03-29 15:02:28 -06:00
parent 254b7d5c3a
commit 5645cc7dd6
34 changed files with 43 additions and 10 deletions

View File

@@ -8,3 +8,4 @@
installed_files: "{{ pkgconfig.hyprland.build_installed_files }}"
git_path: "{{ d_tempdir.path }}/Hyprland"
prefix: "/usr/local"
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"