hyprland: update 0.34.0

This commit is contained in:
Markus Volk 2024-01-02 12:35:17 +01:00
parent 7730383133
commit 4efbc5ea8d

View File

@ -9,17 +9,18 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a08367f3a4cd5301ba8b88eded36b8fd"
REQUIRED_DISTRO_FEATURES = "wayland opengl" REQUIRED_DISTRO_FEATURES = "wayland opengl"
DEPENDS += " \ DEPENDS += " \
virtual/egl \
cairo \ cairo \
wayland \
wayland-native \
jq-native \ jq-native \
libdrm \
libinput \
libxkbcommon \
pango \ pango \
pixman \ pixman \
libdrm \ tomlplusplus \
libxkbcommon \
libinput \
udis86 \ udis86 \
virtual/egl \
wayland \
wayland-native \
wlroots \ wlroots \
" "
@ -37,8 +38,8 @@ SRC_URI = " \
file://meson-build.patch \ file://meson-build.patch \
" "
SRCREV = "d74607e414dcd16911089a6d4b6aeb661c880923" SRCREV = "03ebbe18ed8517ee22591eac82cd54322f42cb7d"
PV = "0.33.1" PV = "0.34.0"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
inherit meson pkgconfig features_check inherit meson pkgconfig features_check