mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-emulation/dolphin: Removes saving of GL external folder
The GL external folder is no longer used and attempting to save it will cause a failure when running the ebuild. X-Gentoo-Bug: 571272 X-Gentoo-Bug-URL: https://bugs.gentoo.org/571272 Package-Manager: portage-2.2.24
This commit is contained in:
@@ -119,18 +119,15 @@ src_prepare() {
|
||||
# Remove ALL the bundled libraries, aside from:
|
||||
# - SOIL: The sources are not public.
|
||||
# - Bochs-disasm: Don't know what it is.
|
||||
# - GL: A custom gl.h file is used.
|
||||
# - gtest: Their build set up solely relies on the build in gtest.
|
||||
# - xxhash: Not on the tree.
|
||||
mv Externals/SOIL . || die
|
||||
mv Externals/Bochs_disasm . || die
|
||||
mv Externals/GL . || die
|
||||
mv Externals/gtest . || die
|
||||
mv Externals/xxhash . || die
|
||||
rm -r Externals/* || die "Failed to delete Externals dir."
|
||||
mv Bochs_disasm Externals || die
|
||||
mv SOIL Externals || die
|
||||
mv GL Externals || die
|
||||
mv gtest Externals || die
|
||||
mv xxhash Externals || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user