parent
7856939596
commit
030c2aea02
3 changed files with 9 additions and 0 deletions
@ -0,0 +1,3 @@ |
||||
#!/bin/sh -e |
||||
meson -Dsystemd=false -Ddevice-udev=false \ |
||||
$@ . build |
@ -0,0 +1,3 @@ |
||||
#!/bin/sh -e |
||||
meson \ |
||||
$@ . build |
@ -0,0 +1,3 @@ |
||||
#!/bin/sh -e |
||||
meson -Dwl=true \ |
||||
$@ . build |
Loading…
Reference in new issue