replace OSMesa with gl
This commit is contained in:
parent
fbea03643b
commit
4fac857cdc
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -39,6 +39,8 @@ prepare() {
|
||||||
sed -i 's/if(FLATPAK)/if(true)/' $pkgname/deps/CMakeLists.txt
|
sed -i 's/if(FLATPAK)/if(true)/' $pkgname/deps/CMakeLists.txt
|
||||||
# cherry pick an OCCT commit to make it build with system freetype
|
# cherry pick an OCCT commit to make it build with system freetype
|
||||||
cat 7236e83dcc1e7284e66dc61e612154617ef715d6.patch >> $pkgname/deps/OCCT/0001-OCCT-fix.patch
|
cat 7236e83dcc1e7284e66dc61e612154617ef715d6.patch >> $pkgname/deps/OCCT/0001-OCCT-fix.patch
|
||||||
|
# OSMesa got removed in mesa 25.1, replace it with gl
|
||||||
|
sed -i 's/OSMesa/OpenGL::GL/' $pkgname/src/slic3r/CMakeLists.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue