hyprland: update

build with shared wlroots instead of using subproject
https://github.com/hyprwm/Hyprland/blob/main/nix/patches/meson-build.patch
This commit is contained in:
Markus Volk
2023-07-23 10:19:54 +02:00
parent 5ce71c1738
commit c245f10e5a
2 changed files with 78 additions and 9 deletions

View File

@ -10,21 +10,16 @@ REQUIRED_DISTRO_FEATURES = "wayland opengl"
DEPENDS += " \
virtual/egl \
virtual/libgles2 \
virtual/libgbm \
cairo \
wayland \
wayland-native \
wayland-protocols \
jq-native \
libdisplay-info \
pango \
pixman \
libdrm \
libxkbcommon \
seatd \
hwdata-native \
libinput \
wlroots \
"
RDEPENDS:${PN} ?= ""
@ -40,10 +35,13 @@ RRECOMMENDS:${PN} ?= " \
hyprland-hyprbars \
"
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main"
SRC_URI = " \
gitsm://github.com/hyprwm/Hyprland.git;protocol=https;branch=main \
file://meson-build.patch \
"
SRCREV = "5e577acf516b80173f695a458c2cc188a4d64560"
PV = "0.27.0"
SRCREV = "b08b72358ad549fd066e5be0fc3aa4c9df367607"
PV = "0.27.2"
S = "${WORKDIR}/git"
inherit meson pkgconfig features_check