mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
35 lines
798 B
BlitzBasic
35 lines
798 B
BlitzBasic
SUMMARY = "Region Selector For Wayland"
|
|
DESCRIPTION = "Select a region in a Wayland compositor and print it to the standard output. Works well with grim."
|
|
AUTHOR = ""
|
|
HOMEPAGE = "https://github.com/emersion/slurp"
|
|
BUGTRACKER = "https://github.com/emersion/slurp/issues"
|
|
SECTION = "graphics"
|
|
LICENSE = "MIT"
|
|
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=e316e9609dd7672b87ff25b46b2cf3e1"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
DEPENDS += " \
|
|
cairo \
|
|
jpeg \
|
|
libxkbcommon \
|
|
wayland \
|
|
wayland-native \
|
|
wayland-protocols \
|
|
"
|
|
|
|
SRC_URI = "git://github.com/emersion/slurp.git;protocol=https;branch=master"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "1.4.2"
|
|
SRCREV = "2d0a2d9fada99a5c4c556632f04e4301b3bd5d0e"
|
|
|
|
inherit meson pkgconfig features_check
|
|
|
|
EXTRA_OEMESON += "--buildtype release"
|
|
|
|
|
|
BBCLASSEXTEND = ""
|
|
|