mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
19 lines
475 B
BlitzBasic
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"
|