mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
21 lines
340 B
Lua
21 lines
340 B
Lua
cflags{
|
|
'-std=c99', '-Wall', '-Wpedantic',
|
|
'-I $srcdir/include',
|
|
'-isystem $builddir/pkg/libdrm/include',
|
|
}
|
|
|
|
pkg.hdrs = copy('$outdir/include', '$srcdir/include', {'libliftoff.h'})
|
|
pkg.deps = {'pkg/libdrm/headers'}
|
|
|
|
lib('libliftoff.a', {
|
|
'alloc.c',
|
|
'device.c',
|
|
'layer.c',
|
|
'list.c',
|
|
'log.c',
|
|
'output.c',
|
|
'plane.c',
|
|
})
|
|
|
|
fetch 'git'
|