mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
21 lines
458 B
Bash
21 lines
458 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit meson
|
|
|
|
DESCRIPTION="Lightweight KMS plane library"
|
|
HOMEPAGE="https://gitlab.freedesktop.org/emersion/libliftoff"
|
|
SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/v${PV}/downloads/${P}.tar.gz"
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm arm64 ~loong ppc64 ~riscv x86"
|
|
|
|
RDEPEND="
|
|
x11-libs/libdrm
|
|
"
|
|
DEPEND="
|
|
${RDEPEND}
|
|
"
|