On Fri, Nov 26, 2010 at 19:40, Michael Biebl <[email protected]> wrote: > 2010/11/26 Kay Sievers <[email protected]>: > >> The main issue is build dependencies, systemd links against udev, >> D-Bus, ... and udev, D-Bus, ... would link against systemd. That would >> need to be sorted out. > > If it's only about the functionality in sd-daemon, you don't need all > those deps and it could easily be split into a tiny lib_LTLIBRARY, > which both get's installed but is also used by systemd itself. Should > be fairly easy to implement.
Yeah, and because the tiny thing does not really need to be in a shared lib, and it could be split-off, yeah -- but as soon as we get real stuff in the lib, we can't split it off anymore -- so it was decided not to do it now. :) Kay _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
