summaryrefslogtreecommitdiff
path: root/confs
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-04-18 12:10:24 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2021-04-18 12:10:24 +0100
commit7878d3624c6c17707ac772c92643fc85c720dcf8 (patch)
tree67915264d93d30a4e54d51f9fd6f947b9984d8b5 /confs
parent0018f2093fe99a45473a24e464448756bcd755da (diff)
downloadefl-7878d3624c6c17707ac772c92643fc85c720dcf8.tar.gz
confs - we dont need theser anymore as system/elogind are runtime
efl runtiem detects elgoind vs systemd vs nothing at runtime - no need for build options anymore
Diffstat (limited to 'confs')
-rwxr-xr-xconfs/linux-elogind.sh3
-rwxr-xr-xconfs/linux-nowayland-nosystemd.sh3
2 files changed, 0 insertions, 6 deletions
diff --git a/confs/linux-elogind.sh b/confs/linux-elogind.sh
deleted file mode 100755
index a560793cfd..0000000000
--- a/confs/linux-elogind.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh -e
-meson -Dfb=true -Ddrm=true -Dwl=true -Dsystemd=false -Delogind=true \
- $@ . build
diff --git a/confs/linux-nowayland-nosystemd.sh b/confs/linux-nowayland-nosystemd.sh
deleted file mode 100755
index 9315fecac4..0000000000
--- a/confs/linux-nowayland-nosystemd.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh -e
-meson -Dfb=true -Dsystemd=false\
- $@ . build