:: Re: [DNG] Xorg dependency on libsys…
Góra strony
Delete this message
Reply to this message
Autor: shraptor
Data:  
Dla: dng
Temat: Re: [DNG] Xorg dependency on libsystemd
On 2015-09-13 16:31, ibid.ag@??? wrote:
> On Sun, Sep 13, 2015 at 03:51:16PM +0200, shraptor wrote:
>> When I check on Arch linux the only dependency they explicitly
>> states is xorg-server-xnest is dependent on libsystemd.
>> I do not have this package installed.
>>
>> When I try to run my os Xorg complains about missing libsystemd
>>
>> There is some package builds in AUR and if I check them
>> I see --enable-systemd-logind under ./configure command
>>
>> So I guess that its this where th dependency comes from.
>>
>> So if I recompile without it maybe I can run without libsystemd
>> installed?
>>
>> Anyone have any experience regarding this?
>>
>> Is it hard to compile and get Xorg to work?
>
> systemd-logind integration is via dbus; configure X without dbus
> or at least without systemd-logind.
>
> If you're re-compiling a package, it usually is pretty easy to
> get X working.
>
> HTH,
> Isaac Dunham


I need to somehow figure out which package needs libsystemd

I have a dbus package cleaned of systemd

Made a quick test of recompiling xorg-server-* packages but
configure complained of no udev.

I have no udev but vdev

Maybe have to fool this check somehow