summaryrefslogtreecommitdiff
path: root/dev-libs/libliftoff/libliftoff-0.4.1.ebuild
blob: c70338fb9a4c5a023ea67e480a57984079d31c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2023 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"
KEYWORDS="amd64 ~riscv"
LICENSE="MIT"
SLOT="0"

RDEPEND="
	x11-libs/libdrm
"
DEPEND="
	${RDEPEND}
"