mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
18 lines
485 B
BlitzBasic
18 lines
485 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=v0.4;protocol=https \
|
|
file://29a06add8ef184f85e37ff8abdc34fbaa2f4ee1e.patch \
|
|
"
|
|
|
|
DEPENDS = "libdrm"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.4.1"
|
|
SRCREV = "e045589f37835d66e3ffe8130a597bb4eb9ee08f"
|
|
|
|
inherit meson pkgconfig
|