fixed broken aquamarine build

Signed-off-by: Matthew Stobbs <matthew.stobbs@ucalgary.ca>
This commit is contained in:
Matthew Stobbs
2025-05-12 20:01:42 -06:00
parent 34b60d3bea
commit 8e23b82f09
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
- name: CMake build and install {{ pkg }} - name: CMake build and install {{ pkg }}
vars: vars:
do_become: true
src_path: "{{ srcconfig.hyprcursor.src_path }}" src_path: "{{ srcconfig.hyprcursor.src_path }}"
configure: "{{ srcconfig.hyprcursor.configure }}" configure: "{{ srcconfig.hyprcursor.configure }}"
build_creates: "{{ srcconfig.hyprcursor.build_creates }}" build_creates: "{{ srcconfig.hyprcursor.build_creates }}"

View File

@@ -28,6 +28,7 @@
- name: CMake build and install {{ pkg }} - name: CMake build and install {{ pkg }}
vars: vars:
do_become: true
src_path: "{{ srcconfig.hyprgraphics.src_path }}" src_path: "{{ srcconfig.hyprgraphics.src_path }}"
configure: "{{ srcconfig.hyprgraphics.configure }}" configure: "{{ srcconfig.hyprgraphics.configure }}"
build_creates: "{{ srcconfig.hyprgraphics.build_creates }}" build_creates: "{{ srcconfig.hyprgraphics.build_creates }}"