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 (408B)


  1. cflags{
  2. '-Wno-deprecated-declarations',
  3. '-D HAVE_CONFIG_H',
  4. '-I $dir',
  5. '-I $srcdir/include',
  6. }
  7. pkg.hdrs = copy('$outdir/include', '$srcdir/include', {'pciaccess.h'})
  8. lib('libpciaccess.a', [[src/(
  9. common_bridge.c
  10. common_iterator.c
  11. common_init.c
  12. common_interface.c
  13. common_io.c
  14. common_capability.c
  15. common_device_name.c
  16. common_map.c
  17. common_vgaarb.c
  18. linux_sysfs.c linux_devmem.c
  19. )]])
  20. fetch 'git'