mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
28 lines
661 B
BlitzBasic
28 lines
661 B
BlitzBasic
SUMMARY = "A library for managing configuration files, written for wayfire "
|
|
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"
|
|
|
|
SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master"
|
|
SRCREV = "62e3897f207f49b1a3bbb85ba4b11d9fea239ec1"
|
|
PV = "0.7.1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
BBCLASSEXTEND = ""
|