From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id CBBBC732C1 for ; Tue, 10 Feb 2015 15:57:25 +0000 (UTC) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 10 Feb 2015 07:57:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,551,1418112000"; d="scan'208";a="452639446" Received: from flopezex-desk.amr.corp.intel.com (HELO [10.219.4.140]) ([10.219.4.140]) by FMSMGA003.fm.intel.com with ESMTP; 10 Feb 2015 07:42:50 -0800 Message-ID: <54DA2A79.3020002@linux.intel.com> Date: Tue, 10 Feb 2015 09:57:45 -0600 From: =?UTF-8?B?QW7DrWJhbCBMaW3Ds24=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Burton, Ross" References: In-Reply-To: Cc: OE-core Subject: Re: [PATCH 1/1] xserver-xorg: Update to 1.16.3 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 15:57:29 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hi Ross, When you enable systemd-logind xserver automatically links to dbus causing a QA issue that is the reason of add this dependency. systemd uses dbus for all the communications with applications. Cheers, alimon On 10/02/15 09:52, Burton, Ross wrote: > Hi Anibal, > > On 10 February 2015 at 15:45, Aníbal Limón > wrote: > >> +PACKAGECONFIG[systemd-logind] = >> "--enable-systemd-logind=yes,--enable-systemd-logind=no,dbus,dbus-lib" >> > This adds an explicit runtime dependency on dbus-lib if logind is enabled, > which probably isn't what you want as the xserver will add this dependency > automatically. > > Ross >