diff options
| author | Michael Forney <mforney@mforney.org> | 2019-09-20 14:03:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-09-20 14:06:38 -0700 |
| commit | b1b8aba02161d53278434935a4f74703b48732b6 (patch) | |
| tree | f06d68d36ee9c5bcd342cc0bd93356c6fed0cdc6 /pkg/wld | |
| parent | 050702fd5d4abc48c6801672baf1bf3474c176b8 (diff) | |
Fix for new waylandproto API
These were missed in 71e6699d92.
Diffstat (limited to 'pkg/wld')
| -rw-r--r-- | pkg/wld/gen.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/wld/gen.lua b/pkg/wld/gen.lua index edd45834..8f9efcf9 100644 --- a/pkg/wld/gen.lua +++ b/pkg/wld/gen.lua @@ -48,11 +48,11 @@ if config.video_drivers and config.video_drivers['nouveau'] then table.insert(libs, 'libdrm/libdrm_nouveau.a') end -waylandproto('protocol/wayland-drm.xml', - 'protocol/wayland-drm-client-protocol.h', - 'protocol/wayland-drm-server-protocol.h', - 'wayland-drm-protocol.c' -) +waylandproto('protocol/wayland-drm.xml', { + client='protocol/wayland-drm-client-protocol.h', + server='protocol/wayland-drm-server-protocol.h', + code='wayland-drm-protocol.c' +}) pkg.deps = { '$outdir/protocol/wayland-drm-client-protocol.h', |
