mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-29 06:02:40 +00:00
- Fixes #25379 - This package is desired as a dependency for on-device building of a potential improved Blender package
12 lines
515 B
Diff
12 lines
515 B
Diff
--- a/src/libOpenImageIO/imagebufalgo_draw.cpp
|
|
+++ b/src/libOpenImageIO/imagebufalgo_draw.cpp
|
|
@@ -820,7 +820,7 @@ enumerate_fonts()
|
|
+ "/Library/Fonts");
|
|
#endif
|
|
#ifdef __linux__
|
|
- fontpath_add_one_dir("/usr/share/fonts", 1);
|
|
+ fontpath_add_one_dir("@TERMUX_PREFIX@/share/fonts", 1);
|
|
fontpath_add_one_dir("/usr/local/share/fonts", 1);
|
|
fontpath_add_one_dir(std::string(Sysutil::getenv("HOME")) + "/.fonts", 1);
|
|
fontpath_add_one_dir(std::string(Sysutil::getenv("HOME"))
|