gui-apps/gtkgreet: fix live ebuild

meson_use -> meson_feature

Closes: https://bugs.gentoo.org/814329
Signed-off-by: Brett Alcox <brettalcox@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35545
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Brett Alcox
2024-02-26 16:10:44 -06:00
committed by Joonas Niilola
parent da6c09837c
commit 1e0c27d4f5
2 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2019-2023 Gentoo Authors
# Copyright 2019-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -39,7 +39,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.6-r1-werror.patch )
src_configure() {
local emesonargs=(
$(meson_feature man man-pages)
$(meson_use layershell)
$(meson_feature layershell)
)
meson_src_configure
}

View File

@@ -1,7 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<maintainer type="person" proxied="yes">
<email>brettalcox@gmail.com</email>
<name>Brett Alcox</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="layershell">Enable layer shell support</flag>
</use>