add pre-made configs like efl for some os's and setups

This commit is contained in:
Carsten Haitzler 2020-01-25 15:51:44 +00:00
parent 7856939596
commit 030c2aea02
3 changed files with 9 additions and 0 deletions

3
confs/freebsd.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh -e
meson -Dsystemd=false -Ddevice-udev=false \
$@ . build

3
confs/linux-nowayland.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh -e
meson \
$@ . build

3
confs/linux.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh -e
meson -Dwl=true \
$@ . build