Fix OGLES1
Minetest-For-Mobile/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2020-12-22 15:41:26 -05:00
parent 894f2f7700
commit 8e957691f7
1 changed files with 2 additions and 0 deletions

View File

@ -10,8 +10,10 @@ cd irrlicht
dos2unix source/Irrlicht/CIrrDeviceLinux.cpp
dos2unix source/Irrlicht/Makefile
dos2unix include/IrrCompileConfig.h
dos2unix source/Irrlicht/COGLESCommon.h
wget -O - https://sourceforge.net/p/irrlicht/patches/_discuss/thread/97431334ce/5686/30b0/attachment/multitouch-and-phosh-fix-and-libpng-fix.patch | patch -p1
wget -O - https://sourceforge.net/p/irrlicht/patches/_discuss/thread/97431334ce/5686/30b0/ad44/attachment/fix-gles-header.patch | patch -p1
disable_feature() {
sed -i "s/^#define $1.*$//g" include/IrrCompileConfig.h