Merge pull request #196110 from wegank/openscenegraph-wxgtk

This commit is contained in:
Sandro
2022-11-04 01:20:30 +01:00
committed by GitHub
@@ -23,7 +23,7 @@
sdlSupport ? false, SDL2,
restSupport ? false, asio,
withApps ? false,
withExamples ? false, fltk, wxGTK,
withExamples ? false, fltk, wxGTK30-gtk3,
}:
stdenv.mkDerivation rec {
@@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
++ lib.optional luaSupport lua
++ lib.optional sdlSupport SDL2
++ lib.optional restSupport asio
++ lib.optionals withExamples [ fltk wxGTK ]
++ lib.optionals withExamples [ fltk wxGTK30-gtk3 ]
++ lib.optionals stdenv.isDarwin [ AGL Carbon Cocoa Foundation ]
++ lib.optional (restSupport || colladaSupport) boost
;