mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03: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 ];
|
glib cppunit fontconfig freetype ftgl glew libogg libvorbis makeWrapper mesa_glu ];
|
||||||
|
|
||||||
configurePhase = ''
|
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 = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user