Revert "hyprpm: bump glaze version"

This reverts commit 116537b494.

Re-apply when glaze 7.0.0 lands in Arch repos.

Relevant discussion: https://github.com/hyprwm/Hyprland/discussions/13043#discussioncomment-15636089
This commit is contained in:
Mihai Fufezan 2026-01-29 13:14:05 +02:00
parent 22e53345ba
commit e92b20292b
No known key found for this signature in database

View file

@ -11,9 +11,9 @@ set(CMAKE_CXX_STANDARD 23)
pkg_check_modules(hyprpm_deps REQUIRED IMPORTED_TARGET tomlplusplus hyprutils>=0.7.0)
find_package(glaze 7.0.0 QUIET)
find_package(glaze 6.0.0 QUIET)
if (NOT glaze_FOUND)
set(GLAZE_VERSION v7.0.0)
set(GLAZE_VERSION v6.1.0)
message(STATUS "glaze dependency not found, retrieving ${GLAZE_VERSION} with FetchContent")
include(FetchContent)
FetchContent_Declare(