summaryrefslogtreecommitdiff
path: root/pkg/libinput/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-02-20 20:10:31 -0800
committerMichael Forney <mforney@mforney.org>2020-02-20 20:10:31 -0800
commitaea11e0e4aea4ea84069cf3722c9bb41c5be9c3d (patch)
tree9dd49fd2301c771c78b5f1aef2190fd64680c2d2 /pkg/libinput/gen.lua
parent55bf927462ee5a8e5984d14e61c221d7d3da1ca4 (diff)
Use our own linux-headers
Diffstat (limited to 'pkg/libinput/gen.lua')
-rw-r--r--pkg/libinput/gen.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua
index e940a437..137eabc3 100644
--- a/pkg/libinput/gen.lua
+++ b/pkg/libinput/gen.lua
@@ -3,11 +3,13 @@ cflags{
'-I $dir',
'-I $srcdir/include',
'-I $basedir/pkg/libevdev/src',
+ '-I $builddir/pkg/linux-headers/include',
'-I $basedir/pkg/mtdev/src/include',
}
pkg.deps = {
'pkg/libevdev/fetch',
+ 'pkg/linux-headers/fetch',
'pkg/mtdev/fetch',
}