From 7878d3624c6c17707ac772c92643fc85c720dcf8 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 18 Apr 2021 12:10:24 +0100 Subject: [PATCH] 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(-) delete mode 100755 confs/linux-elogind.sh delete mode 100755 confs/linux-nowayland-nosystemd.sh 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