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"
|
|
|
|
|
2023-10-26 18:16:49 +02:00
|
|
|
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=553c79c4d7ca30085e1d7bfea724a8aa"
|
2021-06-02 16:13:46 +02:00
|
|
|
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"
|
|
|
|
|
2023-06-11 19:07:57 +02:00
|
|
|
SRC_URI = "gitsm://github.com/WayfireWM/wcm.git;protocol=https;nobranch=1"
|
2024-08-25 07:58:10 +02:00
|
|
|
SRCREV = "74a16f5ca6aaff9f17e8a38976968b3007c74e87"
|
2022-10-15 15:34:04 +02:00
|
|
|
S = "${WORKDIR}/git"
|
2024-08-25 07:58:10 +02:00
|
|
|
PV = "0.9.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 = ""
|
|
|
|
|