forked from AuroraMiddleware/gtk
54dffa07f3
All tables use the compact format now, and we generate caches in that format too. Bump the cache version to 3 for this. Replace the python script for generating the builtin table by a small C program using the same code to generate the data for the builtin table. This drops the restriction on only generating a single character in the builtin sequences.
8 lines
208 B
Meson
8 lines
208 B
Meson
compose_parse = executable('compose-parse',
|
|
sources: 'compose-parse.c',
|
|
c_args: gtk_cargs + common_cflags,
|
|
include_directories: [confinc, gtkinc],
|
|
dependencies: libgtk_static_dep,
|
|
install: false,
|
|
)
|