mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-03 15:36:48 +02:00
wlr-randr: add recipe
wlr-randr is a xrandr clone for wayland. It's needed for azote to be able to work under wlroots environments that are not sway.
This commit is contained in:
parent
efed58b0c5
commit
a368477f67
24
recipes-support/wlr-randr/wlr-randr_git.bb
Normal file
24
recipes-support/wlr-randr/wlr-randr_git.bb
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
SUMMARY = "Utility to manage outputs of a Wayland compositor."
|
||||||
|
HOMEPAGE = "https://sr.ht/~emersion/wlr-randr/"
|
||||||
|
SECTION = "Wayland"
|
||||||
|
LICENSE = "MIT"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=07e8a8f2dc9e6a7f131e81037398c61b"
|
||||||
|
|
||||||
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||||
|
|
||||||
|
SRC_URI = "git://git.sr.ht/~emersion/wlr-randr;protocol=https;nobranch=1"
|
||||||
|
|
||||||
|
inherit meson pkgconfig
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
wayland \
|
||||||
|
wayland-native \
|
||||||
|
wayland-protocols \
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit meson pkgconfig features_check
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git"
|
||||||
|
PV = "0.3.0"
|
||||||
|
SRCREV = "027cf087b882951eef249b794be31adf0a33b5f8"
|
Loading…
x
Reference in New Issue
Block a user