From 663fdab1190674c660afa0be5cc5c2d9f41f476a Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Sat, 26 Oct 2024 12:50:12 +0200 Subject: [PATCH] removed wayland again --- make.conf/00common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.conf/00common b/make.conf/00common index cbd0d7c..5ca36bb 100644 --- a/make.conf/00common +++ b/make.conf/00common @@ -4,7 +4,7 @@ PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.comman USE="dist-kernel llvm-libunwind lto zstd" USE="${USE} pulseaudio" -USE="${USE} -cups -gpm -systemd" # -wayland +USE="${USE} -cups -gpm -systemd -wayland" # PYTHON_TARGETS="python3_11 python3_12"