orca-slicer: enable EGL for wxwidgets

(cherry picked from commit 9007b5bf53)
This commit is contained in:
Stuart Mumford
2026-06-28 12:29:26 +00:00
committed by github-actions[bot]
parent cf2a5d3ae4
commit c007e33c4b

View File

@@ -51,7 +51,7 @@ let
withCurl = true;
withPrivateFonts = true;
withWebKit = true;
withEGL = false;
withEGL = true;
}).overrideAttrs
(old: {
buildInputs = old.buildInputs ++ [ libsecret ];