mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
gui-libs/gtk: restore x86 workaround
9780d05fabadded 4.18.6-r1 and the commit adding0a5f410f1fcame after (so only touched older ebuilds) but didn't notice, so it got lost on future bumps. Bug: https://bugs.gentoo.org/943705 Closes: https://bugs.gentoo.org/964353 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
inherit gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg
|
||||
inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg
|
||||
|
||||
DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user interfaces"
|
||||
HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/"
|
||||
@@ -148,6 +148,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use x86 && append-flags -DDISABLE_X64=1 #943705 https://gitlab.gnome.org/GNOME/gtk/-/issues/4173
|
||||
|
||||
local emesonargs=(
|
||||
# GDK backends
|
||||
$(meson_use X x11-backend)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
inherit gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg
|
||||
inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg
|
||||
|
||||
DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user interfaces"
|
||||
HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/"
|
||||
@@ -150,6 +150,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use x86 && append-flags -DDISABLE_X64=1 #943705 https://gitlab.gnome.org/GNOME/gtk/-/issues/4173
|
||||
|
||||
local emesonargs=(
|
||||
# GDK backends
|
||||
$(meson_use X x11-backend)
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
inherit gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg
|
||||
inherit flag-o-matic gnome.org gnome2-utils meson optfeature python-any-r1 toolchain-funcs virtualx xdg
|
||||
|
||||
DESCRIPTION="GTK is a multi-platform toolkit for creating graphical user interfaces"
|
||||
HOMEPAGE="https://www.gtk.org/ https://gitlab.gnome.org/GNOME/gtk/"
|
||||
@@ -150,6 +150,8 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
use x86 && append-flags -DDISABLE_X64=1 #943705 https://gitlab.gnome.org/GNOME/gtk/-/issues/4173
|
||||
|
||||
local emesonargs=(
|
||||
# GDK backends
|
||||
$(meson_use X x11-backend)
|
||||
|
||||
Reference in New Issue
Block a user