summaryrefslogtreecommitdiff
path: root/pkg/libinput
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-02 02:10:21 -0700
committerMichael Forney <mforney@mforney.org>2020-06-02 04:20:10 -0700
commit7273495b8cedc7e15726655722329518eca867be (patch)
treee25e31952561174116cdce4ce9bdddeadac9ec41 /pkg/libinput
parent3286b467f78046d955adcdeae91a196fa30d69c3 (diff)
libinput: Fix header dependencies
Diffstat (limited to 'pkg/libinput')
-rw-r--r--pkg/libinput/gen.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua
index 137eabc3..b33b9cfa 100644
--- a/pkg/libinput/gen.lua
+++ b/pkg/libinput/gen.lua
@@ -2,14 +2,14 @@ cflags{
'-std=c11', '-Wall',
'-I $dir',
'-I $srcdir/include',
- '-I $basedir/pkg/libevdev/src',
+ '-I $builddir/pkg/libevdev/include',
'-I $builddir/pkg/linux-headers/include',
'-I $basedir/pkg/mtdev/src/include',
}
pkg.deps = {
- 'pkg/libevdev/fetch',
- 'pkg/linux-headers/fetch',
+ 'pkg/libevdev/headers',
+ 'pkg/linux-headers/headers',
'pkg/mtdev/fetch',
}