summaryrefslogtreecommitdiff
path: root/confs
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-25 15:51:44 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-01-25 15:51:44 +0000
commit030c2aea02dbe2ff6562e73c31fed590b3f05154 (patch)
tree0d6e994f5b2a659403eeff998cf0b63c6126c1fd /confs
parent7856939596cb00d429597579a89b1c4a157705a3 (diff)
downloadenlightenment-030c2aea02dbe2ff6562e73c31fed590b3f05154.tar.gz
add pre-made configs like efl for some os's and setups
Diffstat (limited to 'confs')
-rwxr-xr-xconfs/freebsd.sh3
-rwxr-xr-xconfs/linux-nowayland.sh3
-rwxr-xr-xconfs/linux.sh3
3 files changed, 9 insertions, 0 deletions
diff --git a/confs/freebsd.sh b/confs/freebsd.sh
new file mode 100755
index 0000000000..78d80c1e29
--- /dev/null
+++ b/confs/freebsd.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+meson -Dsystemd=false -Ddevice-udev=false \
+ $@ . build
diff --git a/confs/linux-nowayland.sh b/confs/linux-nowayland.sh
new file mode 100755
index 0000000000..34d900cfca
--- /dev/null
+++ b/confs/linux-nowayland.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+meson \
+ $@ . build
diff --git a/confs/linux.sh b/confs/linux.sh
new file mode 100755
index 0000000000..213fb934c3
--- /dev/null
+++ b/confs/linux.sh
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+meson -Dwl=true \
+ $@ . build