From 8e23b82f091d5b939c5c5b6978b60b16787c8c3c Mon Sep 17 00:00:00 2001 From: Matthew Stobbs Date: Mon, 12 May 2025 20:01:42 -0600 Subject: [PATCH] fixed broken aquamarine build Signed-off-by: Matthew Stobbs --- tasks/src/hyprcursor.yml | 1 + tasks/src/hyprgraphics.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/tasks/src/hyprcursor.yml b/tasks/src/hyprcursor.yml index 1382938..104e8b7 100644 --- a/tasks/src/hyprcursor.yml +++ b/tasks/src/hyprcursor.yml @@ -28,6 +28,7 @@ - name: CMake build and install {{ pkg }} vars: + do_become: true src_path: "{{ srcconfig.hyprcursor.src_path }}" configure: "{{ srcconfig.hyprcursor.configure }}" build_creates: "{{ srcconfig.hyprcursor.build_creates }}" diff --git a/tasks/src/hyprgraphics.yml b/tasks/src/hyprgraphics.yml index 0d3087b..45e41e9 100644 --- a/tasks/src/hyprgraphics.yml +++ b/tasks/src/hyprgraphics.yml @@ -28,6 +28,7 @@ - name: CMake build and install {{ pkg }} vars: + do_become: true src_path: "{{ srcconfig.hyprgraphics.src_path }}" configure: "{{ srcconfig.hyprgraphics.configure }}" build_creates: "{{ srcconfig.hyprgraphics.build_creates }}"