mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-libs/vte: filter LTO
Upstream don't support LTO & error out on it in meson.build. Closes: https://bugs.gentoo.org/926156 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit gnome.org meson python-any-r1 vala xdg
|
||||
inherit flag-o-matic gnome.org meson python-any-r1 vala xdg
|
||||
|
||||
DESCRIPTION="Library providing a virtual terminal emulator widget"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Terminal/VTE"
|
||||
@@ -69,6 +69,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# Upstream don't support LTO & error out on it in meson.build (bug #926156)
|
||||
filter-lto
|
||||
|
||||
local emesonargs=(
|
||||
-Da11y=true
|
||||
$(meson_use debug debugg)
|
||||
|
||||
Reference in New Issue
Block a user