mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
22
recipes-support/wlr-randr/wlr-randr_0.4.1.bb
Normal file
22
recipes-support/wlr-randr/wlr-randr_0.4.1.bb
Normal file
@ -0,0 +1,22 @@
|
||||
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
|
||||
|
||||
SRCREV = "2277ca73f03cf2970cb8f5c47e8c58315ba00efa"
|
Reference in New Issue
Block a user