fix multiple source install bugs

This commit is contained in:
Matthew Stobbs
2025-03-11 20:16:22 -06:00
parent 5cfa05007c
commit 2fd82b09d5
22 changed files with 99 additions and 67 deletions

View File

@@ -7,8 +7,8 @@ hyprutils:
Alpine:
- pixman-dev
build_installed_files:
- lib64/libhyprutils.so.0.5.1
- lib64/libhyprutils.so.4
- lib64/libhyprutils.so
- "{{ lib_path }}/libhyprutils.so.0.5.1"
- "{{ lib_path }}/libhyprutils.so.4"
- "{{ lib_path }}/libhyprutils.so"
- include/hyprutils
- lib64/pkgconfig/hyprutils.pc
- "{{ lib_path }}/pkgconfig/hyprutils.pc"