Diff godot-4.0.4 with a godot-4.1.1
/usr/portage/dev-games/godot/godot-4.1.1.ebuild 2023-10-09 14:52:29.360368347 +0300 | ||
---|---|---|
29 | 29 | |
30 | 30 |
# dlopen: libglvnd |
31 | 31 |
RDEPEND=" |
32 |
app-arch/brotli:= |
|
32 | 33 |
app-arch/zstd:= |
33 | 34 |
dev-games/recastnavigation:= |
34 | 35 |
dev-libs/icu:= |
... | ... | |
88 | 89 | |
89 | 90 |
# use of builtin_ switches can be messy (see below), delete to be sure |
90 | 91 |
local unbundle=( |
91 |
doctest embree freetype graphite harfbuzz icu4c libogg |
|
92 |
brotli doctest embree freetype graphite harfbuzz icu4c libogg |
|
92 | 93 |
libpng libtheora libvorbis libwebp linuxbsd_headers mbedtls |
93 | 94 |
miniupnpc pcre2 recastnavigation volk wslay zlib zstd |
94 | 95 |
# certs: unused by generated header, but scons panics if not found |
... | ... | |
124 | 125 |
system_certs_path="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt |
125 | 126 | |
126 | 127 |
# platform/*/detect.py uses builtin_* switches to check if need |
127 |
# to link with system libraries, but ignores whether the dep is |
|
128 |
# actually used, so "enable" deleted builtins on disabled deps |
|
128 |
# to link with system libraries, but many ignore whether the dep |
|
129 |
# is actually used, so "enable" deleted builtins on disabled deps |
|
130 |
builtin_brotli=no |
|
129 | 131 |
builtin_certs=no |
130 | 132 |
builtin_embree=$(usex !gui yes $(usex !tools yes $(usex !raycast))) |
131 | 133 |
builtin_enet=yes # bundled copy is patched for IPv6+DTLS support |