summaryrefslogtreecommitdiff
path: root/pkg/libinput/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-02 02:51:52 -0700
committerMichael Forney <mforney@mforney.org>2020-06-02 04:22:27 -0700
commitc3a19d3117342fddef2ab58ab435684458cf7025 (patch)
treed05ec68eb0858e283529a9e91f875740883e6011 /pkg/libinput/gen.lua
parentf658aebd4291d814fc2c9dcf2c54047a9396ba1d (diff)
libinput: Add header target
Diffstat (limited to 'pkg/libinput/gen.lua')
-rw-r--r--pkg/libinput/gen.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua
index 54d3eb9c..991eccb6 100644
--- a/pkg/libinput/gen.lua
+++ b/pkg/libinput/gen.lua
@@ -7,6 +7,7 @@ cflags{
'-I $builddir/pkg/mtdev/include',
}
+pkg.hdrs = copy('$outdir/include', '$srcdir/src', {'libinput.h'})
pkg.deps = {
'pkg/libevdev/headers',
'pkg/linux-headers/headers',