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

@@ -25,8 +25,8 @@ hyprgraphics:
- file
- libspng-dev
build_installed_files:
- lib64/libhyprgraphics.so.0.1.2
- lib64/libhyprgraphics.so.0
- lib64/libhyprgraphics.so
- "{{ lib_path }}/libhyprgraphics.so.0.1.2"
- "{{ lib_path }}/libhyprgraphics.so.0"
- "{{ lib_path }}/libhyprgraphics.so"
- include/hyprgraphics
- lib64/pkgconfig/hyprgraphics.pc
- "{{ lib_path }}/pkgconfig/hyprgraphics.pc"