From 74651adce167facf5a9970dd9b777a6ddb27371e Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Fri, 25 Oct 2024 16:24:40 +0200 Subject: [PATCH] re-enabled wayland for now --- make.conf/00common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.conf/00common b/make.conf/00common index 5ca36bb..cbd0d7c 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"