standarizing cmake builds

This commit is contained in:
Matthew Stobbs
2025-03-31 21:17:22 -06:00
parent 4da72c2539
commit 40adb16987
18 changed files with 242 additions and 216 deletions

View File

@@ -5,30 +5,3 @@ hyprgraphics:
repo: "{{ hyprgitbase }}/hyprgraphics"
pkg_deps:
- hyprutils
build_deps:
RedHat:
- pixman-devel
- cairo-devel
- libjpeg-turbo-devel
- libwebp-devel
- libjxl-devel
- libjxl-devtools
- libjxl-utils
- file-devel
- file-libs
- libspng-devel
Alpine:
- pixman-dev
- cairo-dev
- libjpeg-turbo-dev
- libwebp-dev
- libjxl-dev
- file-dev
- file
- libspng-dev
build_installed_files:
- "{{ lib_path }}/libhyprgraphics.so.0.1.2"
- "{{ lib_path }}/libhyprgraphics.so.0"
- "{{ lib_path }}/libhyprgraphics.so"
- include/hyprgraphics
- "{{ lib_path }}/pkgconfig/hyprgraphics.pc"