fix missing path and dependencies
This commit is contained in:
@@ -5,4 +5,4 @@
|
|||||||
repo: "{{ pkgconfig.xdg_desktop_portal_hyprland.repo }}"
|
repo: "{{ pkgconfig.xdg_desktop_portal_hyprland.repo }}"
|
||||||
pkg_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.pkg_deps }}"
|
pkg_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.pkg_deps }}"
|
||||||
build_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_deps[ansible_os_family] }}"
|
build_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_deps[ansible_os_family] }}"
|
||||||
|
git_path: "{{ d_tempdir.path }}/xdg-desktop-portal-hyprland"
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ hyprland:
|
|||||||
repo: "{{ hyprgitbase }}/Hyprland"
|
repo: "{{ hyprgitbase }}/Hyprland"
|
||||||
pkg_deps:
|
pkg_deps:
|
||||||
- git
|
- git
|
||||||
|
- aquamarine
|
||||||
- hyprland_protocols
|
- hyprland_protocols
|
||||||
- hyprwayland_scanner
|
- hyprwayland_scanner
|
||||||
- hyprutils
|
- hyprutils
|
||||||
|
|||||||
Reference in New Issue
Block a user