From aed9e07055fe4fb3b52ae5ad9fbab870b602fa4d Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 17 May 2022 05:53:58 +0000 Subject: gui-libs/wlroots: [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 --- gui-libs/wlroots/wlroots-0.14.0-r2.ebuild | 3 +-- gui-libs/wlroots/wlroots-0.14.1-r1.ebuild | 3 +-- gui-libs/wlroots/wlroots-0.15.0-r1.ebuild | 1 - gui-libs/wlroots/wlroots-0.15.0-r2.ebuild | 1 - gui-libs/wlroots/wlroots-0.15.1.ebuild | 1 - gui-libs/wlroots/wlroots-9999.ebuild | 1 - 6 files changed, 2 insertions(+), 8 deletions(-) (limited to 'gui-libs') diff --git a/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild b/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild index 17b92696cdc7..4a97390435b2 100644 --- a/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild +++ b/gui-libs/wlroots/wlroots-0.14.0-r2.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 @@ -53,7 +53,6 @@ src_configure() { local emesonargs=( "-Dxcb-errors=disabled" "-Dexamples=false" - "-Dwerror=false" "-Drenderers=gles2" -Dxwayland=$(usex X enabled disabled) -Dx11-backend=$(usex x11-backend enabled disabled) diff --git a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild index cfe8c9ee911f..da27838ebd01 100644 --- a/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.14.1-r1.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=8 @@ -53,7 +53,6 @@ src_configure() { local emesonargs=( "-Dxcb-errors=disabled" "-Dexamples=false" - "-Dwerror=false" "-Drenderers=gles2" -Dxwayland=$(usex X enabled disabled) -Dx11-backend=$(usex x11-backend enabled disabled) diff --git a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild index d7d3567a21fe..79e777c25134 100644 --- a/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.15.0-r1.ebuild @@ -58,7 +58,6 @@ src_configure() { local emesonargs=( "-Dxcb-errors=disabled" "-Dexamples=false" - "-Dwerror=false" -Drenderers=$(usex vulkan 'gles2,vulkan' gles2) -Dxwayland=$(usex X enabled disabled) -Dbackends=drm,libinput$(usex x11-backend ',x11' '') diff --git a/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild b/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild index 9c30f69fea8b..c304488ebcbd 100644 --- a/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild +++ b/gui-libs/wlroots/wlroots-0.15.0-r2.ebuild @@ -60,7 +60,6 @@ src_configure() { local emesonargs=( "-Dxcb-errors=disabled" "-Dexamples=false" - "-Dwerror=false" -Drenderers=$(usex vulkan 'gles2,vulkan' gles2) -Dxwayland=$(usex X enabled disabled) -Dbackends=drm,libinput$(usex x11-backend ',x11' '') diff --git a/gui-libs/wlroots/wlroots-0.15.1.ebuild b/gui-libs/wlroots/wlroots-0.15.1.ebuild index f6a2d61c92a4..a7ccf183fd66 100644 --- a/gui-libs/wlroots/wlroots-0.15.1.ebuild +++ b/gui-libs/wlroots/wlroots-0.15.1.ebuild @@ -58,7 +58,6 @@ src_configure() { local emesonargs=( "-Dxcb-errors=disabled" "-Dexamples=false" - "-Dwerror=false" -Drenderers=$(usex vulkan 'gles2,vulkan' gles2) -Dxwayland=$(usex X enabled disabled) -Dbackends=drm,libinput$(usex x11-backend ',x11' '') diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index f6a2d61c92a4..a7ccf183fd66 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -58,7 +58,6 @@ src_configure() { local emesonargs=( "-Dxcb-errors=disabled" "-Dexamples=false" - "-Dwerror=false" -Drenderers=$(usex vulkan 'gles2,vulkan' gles2) -Dxwayland=$(usex X enabled disabled) -Dbackends=drm,libinput$(usex x11-backend ',x11' '') -- cgit v1.2.3-65-gdbad