1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00

No more color emoji issue on OpenBSD 7.8 and later (bug#79768)

Since version OpenBSD 7.8, its FreeType library supports color
emoji out of the box.  See
https://cvsweb.openbsd.org/xenocara/lib/freetype/include/freetype/config/ftoption.h?rev=1.32&content-type=text/x-cvsweb-markup.
This commit is contained in:
Manuel Giraud 2025-11-05 14:04:48 +01:00 committed by Eli Zaretskii
parent 0974418f2a
commit e0ffcc655e

View file

@ -1304,7 +1304,7 @@ Emacs will select some other font instead.
The only workaround is not to choose such font variants as the default
font when running Emacs on MS-Windows.
** On OpenBSD, color Emoji are not supported by default.
** On OpenBSD before version 7.8, color Emoji are not supported by default.
The system's FreeType library is not built with libpng support, so it
can't display color emoji. This is due to the fact that, on OpenBSD,
@ -1324,6 +1324,7 @@ following those steps:
5. Build and install Xenocara (also, see release(8)).
Note that this support will be gone after each OpenBSD's system upgrade.
Also note that upgrading to OpenBSD 7.8 solves this whole issue.
* Internationalization problems