From 049c29071a1daceef3e259f13193d1c6447553f1 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 22 Jul 2022 11:52:07 -0700 Subject: [PATCH] x11 default desktop for rhel9 --- sddm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sddm.spec b/sddm.spec index 2228713..a3ee46a 100644 --- a/sddm.spec +++ b/sddm.spec @@ -1,7 +1,7 @@ %undefine __cmake_in_source_build # Control Plasma Wayland by default -%if 0%{?rhel} && 0%{?rhel} < 9 +%if 0%{?rhel} && 0%{?rhel} <= 9 %bcond_with wayland_default %else %bcond_without wayland_default