mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
megaglest: build the map and model editors too
This commit is contained in:
parent
28fe4ce075
commit
5c8ca3de03
@ -32,7 +32,11 @@ stdenv.mkDerivation {
|
||||
glib cppunit fontconfig freetype ftgl glew libogg libvorbis makeWrapper mesa_glu ];
|
||||
|
||||
configurePhase = ''
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$out
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$out \
|
||||
-DBUILD_MEGAGLEST=On \
|
||||
-DBUILD_MEGAGLEST_MAP_EDITOR=On \
|
||||
-DBUILD_MEGAGLEST_MODEL_IMPORT_EXPORT_TOOLS=On \
|
||||
-DBUILD_MEGAGLEST_MODEL_VIEWER=On
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user