Compare commits

..

No commits in common. "da9086c9f268142318be3e201f0e9308c5f2ab72" and "649cdac6fb1264352e65c4b55fb9135bc587a3a9" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ RRECOMMENDS:${PN} ?= " \
SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1" SRC_URI = "gitsm://github.com/hyprwm/Hyprland.git;protocol=https;nobranch=1"
SRC_URI += "file://0001-meson.build-use-pkgconfig-for-glaze.patch" SRC_URI += "file://0001-meson.build-use-pkgconfig-for-glaze.patch"
SRCREV = "4e93b2def5f00f944abbd63a8258ee18bd99ff54" SRCREV = "cb211d83f68542e9fbf7567d57bdf528286cbf7e"
PV = "0.46.2" PV = "0.46.2"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"

View File

@ -9,7 +9,7 @@ DEPENDS = "pixman"
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main" SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
SRCREV = "c42ce87eb3fe9f3c5fd62f370afe5a7170ebda44" SRCREV = "8af7e4b9ded8b07a2293032aa494efb7c0eab3c5"
PV = "0.3.1" PV = "0.3.0"
inherit cmake pkgconfig inherit cmake pkgconfig