elementary / switchboard-plug-parental-controls

Switchboard Screen Time & Limits Plug
https://elementary.io
GNU General Public License v3.0
11 stars 14 forks source link

compiling without using systemd #161

Closed alihanozturk closed 1 year ago

alihanozturk commented 1 year ago

Problem

I want to compile this package by excluding systemd but systemd option is not given in meson options. How do I compile the switchboard-plug-parental-controls package on systems that don't use systemd. Which options should I use in configure?

Proposal

I want to compile without systemd

Prior Art (Optional)

No response

tintou commented 1 year ago

We are targeting systemd, but patches welcome

alihanozturk commented 1 year ago

If you put a systemd option like in the gala/meson_options.txt file, wouldn't it be better if we compile it without systemd with the command at the meson.configure stage?

alihanozturk commented 1 year ago

We are targeting systemd, but patches welcome

Nasıl bir patch yapmam gerekecek acaba.

danirabbit commented 1 year ago

I'm inclined to close this as "Design conflict". We require systemd in Pantheon and we're increasingly relying on its existence in other components. I don't think it makes sense to try to maintain components for a non-systemd session