wayland: log human readable SHM format names in debug builds

This commit is contained in:
Daniel Eklöf 2022-06-16 18:30:43 +02:00
parent 8689389523
commit fabffd626b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 135 additions and 1 deletions

View file

@ -224,7 +224,7 @@ executable(
'tokenize.c', 'tokenize.h',
'url-mode.c', 'url-mode.h',
'user-notification.c', 'user-notification.h',
'wayland.c', 'wayland.h',
'wayland.c', 'wayland.h', 'shm-formats.h',
wl_proto_src + wl_proto_headers, version,
dependencies: [math, threads, libepoll, pixman, wayland_client, wayland_cursor, xkb, fontconfig, utf8proc,
tllist, fcft],