Files
meta-wayland/recipes-support/hyprland/hyprutils/hyprutils_0.11.1.bb
2026-03-21 17:15:44 +01:00

19 lines
475 B
BlitzBasic

SUMMARY = "Hyprland c++ utils"
HOMEPAGE = "https:/github.com/hyprwm/hyputils"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=778ddc598b3f2a2da3657dda514da983"
DEPENDS = "pixman"
SRC_URI = "git://github.com/hyprwm/hyprutils.git;protocol=https;branch=main"
SRCREV = "b85b779e3e3a1adcd9b098e3447cf48f9e780b35"
inherit cmake pkgconfig
BBCLASSEXTEND = "native"
PACKAGECONFIG ?= ""
PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON,-DBUILD_TESTING=OFF,googletest"