summaryrefslogtreecommitdiff
path: root/pkg/libpciaccess
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-06-02 02:47:12 -0700
committerMichael Forney <mforney@mforney.org>2020-06-02 04:22:27 -0700
commitf658aebd4291d814fc2c9dcf2c54047a9396ba1d (patch)
tree5bb85f16d9814fad72550041519f4ca3ddf78e50 /pkg/libpciaccess
parent0d2370844e4cc2fdda7f073d58492f0fadf7ee90 (diff)
libpciaccess: Add header target
Diffstat (limited to 'pkg/libpciaccess')
-rw-r--r--pkg/libpciaccess/gen.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/libpciaccess/gen.lua b/pkg/libpciaccess/gen.lua
index c8698032..6959bae6 100644
--- a/pkg/libpciaccess/gen.lua
+++ b/pkg/libpciaccess/gen.lua
@@ -5,6 +5,8 @@ cflags{
'-I $srcdir/include',
}
+pkg.hdrs = copy('$outdir/include', '$srcdir/include', {'pciaccess.h'})
+
lib('libpciaccess.a', [[src/(
common_bridge.c
common_iterator.c