kicad-unstable: fix build by enabling EGL
wxwidgets (wxGTK?) somehow changed to support EGL by default
This commit is contained in:
parent
a62cbaddca
commit
a3336a44f5
@ -80,6 +80,7 @@ stdenv.mkDerivation rec {
|
||||
cmakeFlags = [
|
||||
# RPATH of binary /nix/store/.../bin/... contains a forbidden reference to /build/
|
||||
"-DCMAKE_SKIP_BUILD_RPATH=ON"
|
||||
"-DKICAD_USE_EGL=ON"
|
||||
]
|
||||
++ optionals (withScripting) [
|
||||
"-DKICAD_SCRIPTING_WXPYTHON=ON"
|
||||
|
Loading…
Reference in New Issue
Block a user