summaryrefslogtreecommitdiff
path: root/pkg/dmenu
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-02 02:40:24 -0700
committerMichael Forney <mforney@mforney.org>2020-06-02 04:22:27 -0700
commitfa02fa9d7b705e1862dd5af5eaad5934a689f453 (patch)
tree8220f74699614d0f10c6408d3201fb78aea5dab8 /pkg/dmenu
parentd3edcea45684cb5fce0a58d1572463990e8fd3ff (diff)
libxkbcommon: Add header target
Diffstat (limited to 'pkg/dmenu')
-rw-r--r--pkg/dmenu/gen.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/dmenu/gen.lua b/pkg/dmenu/gen.lua
index a55337d9..78fedd99 100644
--- a/pkg/dmenu/gen.lua
+++ b/pkg/dmenu/gen.lua
@@ -2,7 +2,7 @@ cflags{
[[-D 'VERSION="4.6"']],
'-I $dir',
'-I $builddir/pkg/fontconfig/include',
- '-I $basedir/pkg/libxkbcommon/src',
+ '-I $builddir/pkg/libxkbcommon/include',
'-I $builddir/pkg/pixman/include',
'-I $builddir/pkg/swc/include',
'-I $builddir/pkg/wayland/include',
@@ -11,7 +11,7 @@ cflags{
pkg.deps = {
'pkg/fontconfig/headers',
- 'pkg/libxkbcommon/fetch',
+ 'pkg/libxkbcommon/headers',
'pkg/pixman/headers',
'pkg/swc/headers',
'pkg/wayland/headers',