mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
15 lines
423 B
BlitzBasic
15 lines
423 B
BlitzBasic
SUMMARY = "Lightweight KMS plane library."
|
|
HOMEPAGE = "https://gitlab.freedesktop.org/emersion/libliftoff"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=706cd9899438a9385250ab6773c1fa53"
|
|
|
|
SRC_URI = "git://gitlab.freedesktop.org/emersion/libliftoff.git;branch=master;protocol=https"
|
|
|
|
DEPENDS = "libdrm"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.5.0"
|
|
SRCREV = "8b08dc1c14fd019cc90ddabe34ad16596b0691f4"
|
|
|
|
inherit meson pkgconfig
|