summaryrefslogtreecommitdiff
path: root/pkg/st/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-02 02:15:43 -0700
committerMichael Forney <mforney@mforney.org>2020-06-02 04:20:10 -0700
commit4f9e793714bf4dd12c158e93892e04245f7319fc (patch)
tree6f6892c8241f368813db31af26b327112dd95a27 /pkg/st/gen.lua
parent7273495b8cedc7e15726655722329518eca867be (diff)
fontconfig: Add header target
Diffstat (limited to 'pkg/st/gen.lua')
-rw-r--r--pkg/st/gen.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/st/gen.lua b/pkg/st/gen.lua
index 34712392..f6ebf696 100644
--- a/pkg/st/gen.lua
+++ b/pkg/st/gen.lua
@@ -1,7 +1,7 @@
cflags{
[[-D 'VERSION="0.7"']],
'-I $dir',
- '-I $basedir/pkg/fontconfig/src',
+ '-I $builddir/pkg/fontconfig/include',
'-I $basedir/pkg/libxkbcommon/src',
'-I $builddir/pkg/linux-headers/include',
'-I $builddir/pkg/pixman/include',
@@ -11,7 +11,7 @@ cflags{
}
pkg.deps = {
- 'pkg/fontconfig/fetch',
+ 'pkg/fontconfig/headers',
'pkg/libxkbcommon/fetch',
'pkg/linux-headers/headers',
'pkg/pixman/headers',