mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
wob: add recipe
This commit is contained in:
parent
de0ddc8917
commit
303b52f2dc
32
recipes-support/wob/wob_git.bb
Normal file
32
recipes-support/wob/wob_git.bb
Normal file
@ -0,0 +1,32 @@
|
||||
SUMMARY = "A lightweight overlay volume/backlight/progress/anything bar for wlroots based Wayland compositors."
|
||||
HOMEPAGE = "https://github.com/francma/wob"
|
||||
SECTION = "Wayland"
|
||||
LICENSE = "ISC"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=07d60638be9414ee4e38ed68e642ba25"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/francma/wob.git;protocol=https;branch=master \
|
||||
"
|
||||
|
||||
DEPENDS = " \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
PACKAGECONFIG[seccomp] = "-Dseccomp=enabled,-Dseccomp=disabled,libseccomp"
|
||||
PACKAGECONFIG[man-pages] = "-Dman-pages=enabled,-Dman-pages=disabled,scdoc-native"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "0.12"
|
||||
SRCREV = "${PV}"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
Loading…
Reference in New Issue
Block a user