meta-wayland/recipes-support/kanshi/kanshi_git.bb

33 lines
800 B
BlitzBasic
Raw Normal View History

2021-12-14 13:49:45 +01:00
SUMMARY = "kanshi allows you to define output profiles that are automatically enabled and disabled on hotplug."
HOMEPAGE = "https://git.sr.ht/~emersion/kanshi"
SECTION = "Wayland"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=706cd9899438a9385250ab6773c1fa53"
REQUIRED_DISTRO_FEATURES = "wayland"
SRC_URI = " \
git://git.sr.ht/~emersion/kanshi;protocol=https;branch=master \
"
2024-08-13 08:05:06 +02:00
DEPENDS = "wayland wayland-native libscfg"
2021-12-14 13:49:45 +01:00
inherit meson pkgconfig features_check
PACKAGECONFIG[ipc] = "-Dipc=enabled,-Dipc=disabled,libvarlink"
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
PACKAGECONFIG ?= " \
ipc \
"
S = "${WORKDIR}/git"
2024-08-13 08:05:06 +02:00
PV = "1.7.0"
SRCREV = "83dc2fd4ff28ba77b5729ab89fc1b8ea3b3e2882"
2021-12-14 13:49:45 +01:00
EXTRA_OEMESON += "--buildtype release"
BBCLASSEXTEND = ""