diff options
author | Sam James <sam@gentoo.org> | 2022-05-17 05:54:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-17 05:54:02 +0000 |
commit | bf8a00a88eb1e25357df477ad3836b84026efa36 (patch) | |
tree | 59050727eee4a95feca124c4a2930ede6b5aaa63 /gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild | |
parent | gui-libs/wlroots: [QA] drop implicit -Dwerror=false for meson ebuilds (diff) | |
download | gentoo-bf8a00a88eb1e25357df477ad3836b84026efa36.tar.gz gentoo-bf8a00a88eb1e25357df477ad3836b84026efa36.tar.bz2 gentoo-bf8a00a88eb1e25357df477ad3836b84026efa36.zip |
gui-libs/xdg-desktop-portal-wlr: [QA] drop implicit -Dwerror=false for meson ebuilds
Since f7408ada0c4655827e7bea46c57d7af1b9004433, 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>
Diffstat (limited to 'gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild')
-rw-r--r-- | gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild index f0ce88fcabfe..66a4144bb676 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild @@ -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 |