mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-02-13 07:32:46 +01:00
wl-sunset: add recipe
This commit is contained in:
parent
1fbe1d98a8
commit
9da7c34eba
31
recipes-support/wl-sunset/wl-sunset_git.bb
Normal file
31
recipes-support/wl-sunset/wl-sunset_git.bb
Normal file
@ -0,0 +1,31 @@
|
||||
SUMMARY = "Day/night gamma adjustments for Wayland compositors supporting wlr-gamma-control-unstable-v1."
|
||||
HOMEPAGE = "https://github.com/kennylevinsen/wlsunset"
|
||||
BUGTRACKER = "https://github.com/kennylevinsen/wlsunset/issues"
|
||||
SECTION = "base/shell"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=715a99d2dd552e6188e74d4ed2914d5a"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
DEPENDS += " \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
SRC_URI = "git://github.com/kennylevinsen/wlsunset.git;protocol=https"
|
||||
|
||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
||||
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.2.0"
|
||||
SRCREV = "${PV}"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user