gui-libs/xdg-desktop-portal-wlr: [QA] drop implicit -Dwerror=false for meson ebuilds

Since f7408ada0c, it's

always set for Meson builds, so we don't need to

repeat it in ebuilds.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-17 05:54:02 +00:00
parent aed9e07055
commit bf8a00a88e
3 changed files with 7 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -38,10 +38,3 @@ BDEPEND="
dev-libs/inih:0
virtual/pkgconfig
"
src_configure() {
local emesonargs=(
"-Dwerror=false"
)
meson_src_configure
}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -41,9 +41,8 @@ BDEPEND="
"
src_configure() {
local emesonargs=(
"-Dwerror=false"
)
local emesonargs=()
if use systemd; then
emesonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -41,9 +41,8 @@ BDEPEND="
"
src_configure() {
local emesonargs=(
"-Dwerror=false"
)
local emesonargs=()
if use systemd; then
emesonargs+=(-Dsd-bus-provider=libsystemd)
elif use elogind; then