Files
meta-wayland/recipes-support/hyprland/hyprutils/hyprutils_0.12.0.bb
2026-03-31 08:06:16 +02: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 = "e6caa3d4d1427eedbdf556cf4ceb70f2d9c0b56d"
inherit cmake pkgconfig
BBCLASSEXTEND = "native"
PACKAGECONFIG ?= ""
PACKAGECONFIG[tests] = "-DBUILD_TESTING=ON,-DBUILD_TESTING=OFF,googletest"