File tree Expand file tree Collapse file tree
src/coffee/comp_app/private Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ void addDefaults(
553553 cVerbose (10 , " Selecting surfaceless OSMesa backend" );
554554 } else
555555#endif
556- #if defined(FEATURE_ENABLE_EGLComponent)
556+ #if defined(FEATURE_ENABLE_EGLComponent) && defined(FEATURE_ENABLE_ComponentBundleSetup_DummyPlug)
557557 if (dummyPlug.enabled && dummyPlug.swrender == " llvmpipe" )
558558 {
559559 loader.registerAll <egl::SurfacelessServices>(container, ec);
@@ -664,7 +664,7 @@ void addDefaults(
664664 appInfo.add (" gl:context" , " OSMesa" );
665665 } else
666666#endif
667- #if defined(FEATURE_ENABLE_EGLComponent)
667+ #if defined(FEATURE_ENABLE_EGLComponent) && defined(FEATURE_ENABLE_ComponentBundleSetup_DummyPlug)
668668 if (dummyPlug.enabled && dummyPlug.swrender == " llvmpipe" )
669669 {
670670 appInfo.add (" gl:context" , " EGL (llvmpipe)" );
You can’t perform that action at this time.
0 commit comments