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,
|
{ 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
|
let
|
||||||
renderSystem = if withOgre then "3" else "4";
|
renderSystem = if withOgre then "3" else "4";
|
||||||
|
Loading…
Reference in New Issue
Block a user