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 }}"