megaglest: build the map and model editors too

This commit is contained in:
Francesco Gazzetta 2017-12-21 20:57:26 +01:00
parent 28fe4ce075
commit 5c8ca3de03

View file

@ -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 = ''