On 2017-08-02 14:04, enlightenment-users-requ...@lists.sourceforge.net
wrote:
> Send enlightenment-users mailing list submissions to
>       enlightenment-users@lists.sourceforge.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>       https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> or, via email, send a message with subject or body 'help' to
>       enlightenment-users-requ...@lists.sourceforge.net
> 
> You can reach the person managing the list at
>       enlightenment-users-ow...@lists.sourceforge.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of enlightenment-users digest..."
> 
> 
> Today's Topics:
> 
>    1. dependencies on systemd? (Christopher Barry)
>    2. Re: dependencies on systemd? (Simon Lees)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Tue, 1 Aug 2017 21:17:40 -0400
> From: Christopher Barry <christopher.r.ba...@gmail.com>
> To: enlightenment-users@lists.sourceforge.net
> Subject: [e-users] dependencies on systemd?
> Message-ID: <20170801211740.4bc77...@monolith.infinux.org>
> Content-Type: text/plain; charset=US-ASCII
> 
> 
> Greets all,
> 
> Planning to make the move to Devuan, the systemd-less Debian fork. I
> just can't stand this invasive hairball another minute. I only boot my
> machine every few months - I really don't care if it boots 6 seconds
> faster. It takes longer to fully init my 24GB of RAM than sysV init ever
> took to boot anyway. 
> 
> Will Enlightenment work ok without systemd? Please tell me I won't have
> to leave my beloved desktop of close to 20 years behind.
> 

Yes, I'm running Enlightenment 0.21.8 and EFL 1.19.1 under Slackware
Linux and I had to add --disable-systemd to the EFL build script from
EFL 1.19.0 if I remember corrently e.g:

./configure \
  --prefix=/usr \
  --libdir=/usr/lib${LIBDIRSUFFIX} \
  --sysconfdir=/etc \
  --localstatedir=/var \
  --mandir=/usr/man \
  --docdir=/usr/doc/$PRGNAM-$VERSION \
  --enable-harfbuzz \
  --enable-fb \
  --disable-tslib \
  --disable-static \
  --disable-systemd

Mats

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to