rigel-engine: fix build with cmake 4 (#449698)

This commit is contained in:
Fernando Rodrigues
2025-10-08 12:39:58 +00:00
committed by GitHub
+1
View File
@@ -33,6 +33,7 @@ stdenv.mkDerivation {
cmakeFlags = [
"-Wno-dev"
(lib.cmakeFeature "CMAKE_POLICY_VERSION_MINIMUM" "3.10")
]
++ lib.optional buildOpenGLES "-DUSE_GL_ES=ON";