wayland: implement wayl_destroy()

This commit is contained in:
Daniel Eklöf 2019-10-27 15:57:23 +01:00
parent 0120c57ed5
commit 942ff566a2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 85 additions and 52 deletions

View file

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