# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Tool to display information about Wayland protocols supported by a compositor"
HOMEPAGE="https://gitlab.freedesktop.org/ofourdan/wayland-info"
EGIT_REPO_URI="https://gitlab.freedesktop.org/ofourdan/wayland-info"
EGIT_COMMIT="f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a"
inherit git-r3 meson
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="
dev-libs/wayland
dev-libs/wayland-protocols"
RDEPEND="${DEPEND}"
BDEPEND="
dev-util/meson
dev-util/ninja"