mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
config: handle allocation failure explicitly
This commit is contained in:
parent
c07d14e1c0
commit
f1fce96a1d
6 changed files with 223 additions and 68 deletions
|
|
@ -110,6 +110,7 @@ executable(
|
|||
'grid.c', 'grid.h',
|
||||
'input.c', 'input.h',
|
||||
'log.c', 'log.h',
|
||||
'macros.h',
|
||||
'main.c',
|
||||
'misc.c', 'misc.h',
|
||||
'osc.c', 'osc.h',
|
||||
|
|
@ -129,6 +130,7 @@ executable(
|
|||
'user-notification.h',
|
||||
'vt.c', 'vt.h',
|
||||
'wayland.c', 'wayland.h',
|
||||
'xmalloc.c', 'xmalloc.h',
|
||||
wl_proto_src + wl_proto_headers, version,
|
||||
dependencies: [math, threads, pixman, wayland_client, wayland_cursor, xkb, fontconfig,
|
||||
tllist, fcft],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue