From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bryan Kadzban Date: Fri, 01 Jun 2012 03:43:36 +0000 Subject: Re: [PATCH] Don't require dbus for libudev-core.la Message-Id: <4FC83A68.6030207@kadzban.is-a-geek.net> List-Id: References: <4FC70280.1090200@kadzban.is-a-geek.net> In-Reply-To: <4FC70280.1090200@kadzban.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Kay Sievers wrote: > On Thu, May 31, 2012 at 7:32 AM, Bryan Kadzban > wrote: >> Split libsystemd-label.la into libsystemd-label-no-dbus.la and >> libsystemd-label.la (which depends on the first). Link the first >> into libudev-core, and keep linking the second in everywhere else. >> >> Fixes compilation of standalone udevd on systems that don't have >> dbus installed. > > I split-off the unit-related files, it *should* have the same effect. Yes, this seems to be working fine. Thanks!