From 2dee75c14f05544aab4387df4b8aa5c417a57a2e Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 25 Aug 2023 01:08:00 +0000
Subject: [PATCH] fix: root +webgui with +opengl +x

---
 spack-environment/packages.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index 2a51b712c..d65a3a447 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -283,8 +283,8 @@ packages:
   root:
     require:
     - '@6.28.04'
-    - cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc -webgui +xrootd +ssl
-    - any_of: [+opengl +x, -opengl -x]
+    - cxxstd=17 +fftw +fortran +gdml +http -ipo +mlp +pythia8 +root7 +tmva +vc +xrootd +ssl
+    - any_of: [+opengl +webgui +x, -opengl -webgui -x]
   spdlog:
     require:
     - '@1.11.0'
-- 
GitLab