wayland: move wayland struct definitions to a separate file

This commit is contained in:
Daniel Eklöf 2019-10-27 13:06:39 +01:00
parent a2b3cc6cfe
commit 0120c57ed5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 76 additions and 68 deletions

View file

@ -84,6 +84,7 @@ executable(
'tokenize.c', 'tokenize.h',
'tllist.h',
'vt.c', 'vt.h',
'wayland.h',
wl_proto_src + wl_proto_headers, version,
dependencies: [threads, math, freetype, fontconfig, pixman, wayland_client, wayland_cursor, xkb],
install: true)