forked from mirrors/nixpkgs
mygui: disable ogre by default
This commit is contained in:
parent
c74e2b51e8
commit
6a5387e68c
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchFromGitHub, libX11, unzip, cmake, ois, freetype, libuuid,
|
||||
boost, pkgconfig, withOgre ? true, ogre ? null, mesa ? null } :
|
||||
boost, pkgconfig, withOgre ? false, ogre ? null, mesa ? null } :
|
||||
|
||||
let
|
||||
renderSystem = if withOgre then "3" else "4";
|
||||
|
|
Loading…
Reference in a new issue