meta-wayland/recipes-support/grim/grim_git.bb
Markus Volk 49dbb1b91d avoid tags in SRCREV
update some recipes on the way
2022-02-01 05:08:34 +01:00

34 lines
753 B
BlitzBasic

SUMMARY = "Image Grabber For Wayland"
DESCRIPTION = "Grab images from a Wayland compositor. Works great with slurp and with sway"
AUTHOR = ""
HOMEPAGE = "https://github.com/emersion/grim"
BUGTRACKER = "https://github.com/emersion/grim/issues"
SECTION = "graphics"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
REQUIRED_DISTRO_FEATURES = "wayland"
DEPENDS += " \
pixman \
libpng \
jpeg \
wayland \
wayland-native \
wayland-protocols \
"
SRC_URI = "git://github.com/emersion/grim.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
PV = "1.3.2"
SRCREV = "20c7c47a0aac09371c570c060f5f52f7e165e67a"
inherit meson pkgconfig features_check
EXTRA_OEMESON = "--buildtype release"
BBCLASSEXTEND = ""