orca-slicer: enable EGL for wxwidgets
This commit is contained in:
@@ -47,7 +47,7 @@ let
|
||||
(wxwidgets_3_3.override {
|
||||
withPrivateFonts = true;
|
||||
withWebKit = true;
|
||||
withEGL = false;
|
||||
withEGL = true;
|
||||
}).overrideAttrs
|
||||
(old: {
|
||||
buildInputs = old.buildInputs ++ [ libsecret ];
|
||||
|
||||
Reference in New Issue
Block a user