This commit is contained in:
parent
29b57849f9
commit
8d19b09cb1
@ -4,5 +4,5 @@ Maintainer: TheBrokenRail <connor24nolan@live.com>
|
||||
Description: A free open-source voxel game engine with easy modding and game creation.
|
||||
Homepage: https://www.minetest.net
|
||||
Architecture: arm64
|
||||
Depends: libc6, libstdc++6, libxxf86vm1, libgles2, libegl1, libsqlite3-0, libogg0, libvorbis0a, libopenal1, libcurl3-gnutls, libfreetype6, zlib1g, libgmp10, libxi6, libluajit-5.1-2, libleveldb1d, libncursesw6, libpq5, libspatialindex6, libhiredis0.14
|
||||
Depends: libc6, libstdc++6, libxxf86vm1, libgles2, libegl1, libsqlite3-0, libogg0, libvorbis0a, libopenal1, libcurl3-gnutls, libfreetype6, zlib1g, libgmp10, libjpeg62, libxi6, libluajit-5.1-2, libleveldb1d, libncursesw6, libpq5, libspatialindex6, libhiredis0.14
|
||||
Conflicts: minetestc55, minetest, minetest-data, minetest-staging
|
||||
|
@ -17,6 +17,9 @@ git clone --depth 1 https://github.com/TheBrokenRail/irrlicht.git -b desktop-tou
|
||||
# Configure Irrlicht
|
||||
cd lib/irrlichtmt
|
||||
|
||||
# Include PR #61
|
||||
wget -O - https://github.com/minetest/irrlicht/pull/61.patch | patch -p1
|
||||
|
||||
disable_feature() {
|
||||
sed -i "s/^#define $1.*\$//g" include/IrrCompileConfig.h
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user