2021-06-04 10:26:46 +02:00
|
|
|
SUMMARY = "A library for managing configuration files, written for wayfire "
|
2021-06-02 16:13:46 +02:00
|
|
|
HOMEPAGE = "https://github.com/WayfireWM/wf-config"
|
|
|
|
BUGTRACKER = "https://github.com/WayfireWM/wf-config/issues"
|
|
|
|
SECTION = "graphics"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e165ae90e5190201fda9741b611f9378"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
glm \
|
|
|
|
libevdev \
|
|
|
|
libxml2 \
|
|
|
|
"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
2022-10-15 15:34:04 +02:00
|
|
|
SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master"
|
2023-10-26 18:16:49 +02:00
|
|
|
SRCREV = "8d96a30a4def766ddb45c5620234ebf76788ccd4"
|
|
|
|
PV = "0.8.0"
|
2021-06-02 16:13:46 +02:00
|
|
|
|
2022-02-01 04:34:57 +01:00
|
|
|
S = "${WORKDIR}/git"
|
2021-06-02 16:13:46 +02:00
|
|
|
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
|
|
|
|
BBCLASSEXTEND = ""
|