equal
deleted
inserted
replaced
1 # Copyright 2021 Gentoo Authors |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 |
|
4 EAPI=7 |
|
5 |
|
6 DESCRIPTION="Tool to display information about Wayland protocols supported by a compositor" |
|
7 HOMEPAGE="https://gitlab.freedesktop.org/ofourdan/wayland-info" |
|
8 EGIT_REPO_URI="https://gitlab.freedesktop.org/ofourdan/wayland-info" |
|
9 EGIT_COMMIT="f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a" |
|
10 |
|
11 inherit git-r3 meson |
|
12 |
|
13 LICENSE="MIT" |
|
14 SLOT="0" |
|
15 KEYWORDS="~amd64" |
|
16 IUSE="" |
|
17 |
|
18 DEPEND=" |
|
19 dev-libs/wayland |
|
20 dev-libs/wayland-protocols" |
|
21 RDEPEND="${DEPEND}" |
|
22 BDEPEND=" |
|
23 dev-util/meson |
|
24 dev-util/ninja" |
|