xap/minetest: build script flags added.
Tested with Minetest 5.3.0. Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This commit is contained in:
parent
54cad462cc
commit
93c947fb68
@ -36,7 +36,9 @@ cmake . \
|
|||||||
-DRUN_IN_PLACE=FALSE \
|
-DRUN_IN_PLACE=FALSE \
|
||||||
-DIRRLICHT_INCLUDE_DIR=/usr/include/irrlicht \
|
-DIRRLICHT_INCLUDE_DIR=/usr/include/irrlicht \
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
-DCUSTOM_MANDIR=/usr/man || exit 1
|
-DCUSTOM_MANDIR=/usr/man \
|
||||||
|
-DENABLE_GETTEXT=TRUE \
|
||||||
|
-DBUILD_CLIENT=TRUE || exit 1
|
||||||
|
|
||||||
$MAKE || exit 1
|
$MAKE || exit 1
|
||||||
make install DESTDIR=$PKG || exit 1
|
make install DESTDIR=$PKG || exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user