logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

gen.lua (340B)


  1. cflags{
  2. '-std=c99', '-Wall', '-Wpedantic',
  3. '-I $srcdir/include',
  4. '-isystem $builddir/pkg/libdrm/include',
  5. }
  6. pkg.hdrs = copy('$outdir/include', '$srcdir/include', {'libliftoff.h'})
  7. pkg.deps = {'pkg/libdrm/headers'}
  8. lib('libliftoff.a', {
  9. 'alloc.c',
  10. 'device.c',
  11. 'layer.c',
  12. 'list.c',
  13. 'log.c',
  14. 'output.c',
  15. 'plane.c',
  16. })
  17. fetch 'git'