gui-apps/wayland-info/wayland-info-20210413.ebuild
author gabriel
Sun, 18 Apr 2021 17:09:52 +0100
changeset 41 9575db29637a
parent 39 e10276b32941
permissions -rw-r--r--
xdg-portal-desktop-wlr 0.3.0

# 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"