Skip to content

Commit

Permalink
gui-apps/foot: [QA] drop implicit -Dwerror=false for meson ebuilds
Browse files Browse the repository at this point in the history
Since f7408ad, it's

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

repeat it in ebuilds.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed May 17, 2022
1 parent 1cbf99a commit 51cc380
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gui-apps/foot/foot-1.11.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ src_configure() {
-Dthemes=true
-Dime=true
-Dterminfo=disabled
-Dwerror=false
)
meson_src_configure
}
Expand Down
1 change: 0 additions & 1 deletion gui-apps/foot/foot-1.12.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ src_configure() {
-Dthemes=true
-Dime=true
-Dterminfo=disabled
-Dwerror=false
)
meson_src_configure

Expand Down

0 comments on commit 51cc380

Please sign in to comment.