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


  1. cflags{
  2. '-std=c11', '-Wall', '-Wpedantic', '-Wno-parentheses',
  3. '-isystem $builddir/pkg/wayland/include',
  4. }
  5. pkg.deps = {
  6. 'pkg/wayland/headers',
  7. 'pkg/wayland-protocols/headers',
  8. }
  9. exe('wl9', {
  10. 'wl9.c',
  11. 'c9.c',
  12. 'fs.c',
  13. 'util.c',
  14. 'keymap.c',
  15. 'server-decoration-protocol.c',
  16. '$builddir/pkg/wayland-protocols/xdg-shell-protocol.c.o',
  17. '$builddir/pkg/wayland/libwayland-server.a.d',
  18. })
  19. file('bin/wl9', '755', '$outdir/wl9')
  20. fetch 'git'