raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=7878d3624c6c17707ac772c92643fc85c720dcf8
commit 7878d3624c6c17707ac772c92643fc85c720dcf8 Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Sun Apr 18 12:10:24 2021 +0100 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 --- confs/linux-elogind.sh | 3 --- confs/linux-nowayland-nosystemd.sh | 3 --- 2 files changed, 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 --