mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
32 lines
682 B
BlitzBasic
32 lines
682 B
BlitzBasic
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 \
|
|
wf-shell \
|
|
"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;branch=0.7.x"
|
|
SRCREV = "b725da3cc4587c8f3b25a7a699849fe94ced6e5f"
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.7.5"
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
FILES:${PN} += "${prefix}"
|
|
|
|
BBCLASSEXTEND = ""
|
|
|