meta-wayland/recipes-wlroots/wayfire/wcm_git.bb

32 lines
683 B
BlitzBasic
Raw Normal View History

2021-06-02 16:13:46 +02:00
SUMMARY = "Wayfire Config Manager"
HOMEPAGE = "https://github.com/WayfireWM/wcm"
BUGTRACKER = "https://github.com/WayfireWM/wcm/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=ccb736ab917abd09ce6915fbf9a0f887"
DEPENDS = " \
wayfire \
wayland \
wayland-native \
wayland-protocols \
gtkmm3 \
2022-10-15 15:34:04 +02:00
wf-shell \
2021-06-02 16:13:46 +02:00
"
REQUIRED_DISTRO_FEATURES = "wayland"
2022-10-15 15:34:04 +02:00
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;branch=master"
2022-11-19 17:22:31 +01:00
SRCREV = "5a82f0a0c76c7878f8a5e78dd02dc563202547a0"
2022-10-15 15:34:04 +02:00
S = "${WORKDIR}/git"
PV = "0.7.0"
2021-06-02 16:13:46 +02:00
inherit meson pkgconfig features_check
EXTRA_OEMESON += "--buildtype release"
2021-08-07 06:23:26 +02:00
FILES:${PN} += "${prefix}"
2021-06-02 16:13:46 +02:00
BBCLASSEXTEND = ""