New emoji menu w/windows 7 fixed fallback.

This commit is contained in:
2026-07-16 03:28:04 -06:00
parent 8150d6c48c
commit a56a5dbbbf
37 changed files with 39968 additions and 66 deletions

View File

@@ -3,6 +3,11 @@ if get_option('plugin')
endif
if get_option('gtk-frontend')
# The bundled emoji font ships only with Windows builds; Linux and other
# Unix systems use the system emoji font package instead.
if host_machine.system() == 'windows'
subdir('fonts')
endif
subdir('icons')
subdir('misc')
subdir('man')