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