Added xdg-output-unstable-v1-protocol.c to meson.build

This commit is contained in:
Scoopta 2020-02-25 17:14:42 -08:00
parent 973a454799
commit e0db258ad6

View File

@ -25,6 +25,7 @@ sources = ['src/config.c',
'src/utils.c', 'src/utils.c',
'src/wofi.c', 'src/wofi.c',
'proto/wlr-layer-shell-unstable-v1-protocol.c', 'proto/wlr-layer-shell-unstable-v1-protocol.c',
'proto/xdg-output-unstable-v1-protocol.c',
'proto/xdg-shell-protocol.c'] 'proto/xdg-shell-protocol.c']
deps = [gtk, threads, wayland, dl] deps = [gtk, threads, wayland, dl]