gnome-base/gdm: build w/ -std=gnu17

Not going to worry about this more until we have latest version in tree.

Closes: https://bugs.gentoo.org/944223
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-11-24 22:21:16 +00:00
parent c23881a956
commit a405b95e9f
2 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit desktop gnome2 meson pam readme.gentoo-r1 systemd udev
inherit desktop flag-o-matic gnome2 meson pam readme.gentoo-r1 systemd udev
DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins"
HOMEPAGE="https://wiki.gnome.org/Projects/GDM https://gitlab.gnome.org/GNOME/gdm"
@@ -125,6 +125,9 @@ src_prepare() {
}
src_configure() {
# bug #944223
append-cflags -std=gnu17
# --with-initial-vt=7 conflicts with plymouth, bug #453392
# gdm-3.30 now reaps (stops) the login screen when the login VT isn't active, which
# saves on memory. However this means if we don't start on VT1, gdm doesn't start up

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit desktop gnome2 meson pam readme.gentoo-r1 systemd udev
inherit desktop flag-o-matic gnome2 meson pam readme.gentoo-r1 systemd udev
DESCRIPTION="GNOME Display Manager for managing graphical display servers and user logins"
HOMEPAGE="https://wiki.gnome.org/Projects/GDM https://gitlab.gnome.org/GNOME/gdm"
@@ -121,6 +121,9 @@ src_prepare() {
}
src_configure() {
# bug #944223
append-cflags -std=gnu17
# --with-initial-vt=7 conflicts with plymouth, bug #453392
# gdm-3.30 now reaps (stops) the login screen when the login VT isn't active, which
# saves on memory. However this means if we don't start on VT1, gdm doesn't start up