summaryrefslogtreecommitdiff
path: root/pkg/wayland
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-01-29 13:56:48 -0800
committerMichael Forney <mforney@mforney.org>2020-01-29 22:14:33 -0800
commit051963c7fee2c453d086c6792282f4c299bdf68c (patch)
tree7a754ba30a144443de86c080881985f6df2913aa /pkg/wayland
parent35ec1d214359c035a45c4c51c1072f819f421894 (diff)
Add support for building multiple configurations
Now, you can build in separate directories per configuration: mkdir foo (cd foo && ../setup.lua) samu -C foo
Diffstat (limited to 'pkg/wayland')
-rw-r--r--pkg/wayland/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/wayland/gen.lua b/pkg/wayland/gen.lua
index 8fa8f080..10633381 100644
--- a/pkg/wayland/gen.lua
+++ b/pkg/wayland/gen.lua
@@ -36,7 +36,7 @@ pkg.hdrs = {
'$outdir/include/wayland-version.h',
}
pkg.deps = {
- '$dir/headers',
+ '$gendir/headers',
'$outdir/include/wayland-version.h',
'pkg/libffi/headers',
}