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 8149A759D0 for ; Thu, 18 Jun 2015 11:23:42 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 18 Jun 2015 04:23:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,638,1427785200"; d="scan'208";a="748932259" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.143]) ([10.237.68.143]) by orsmga002.jf.intel.com with ESMTP; 18 Jun 2015 04:23:43 -0700 Message-ID: <5582AA4A.9000202@linux.intel.com> Date: Thu, 18 Jun 2015 14:23:54 +0300 From: Alexander Kanavin User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: Jussi Kukkonen References: <1434547172-24620-1-git-send-email-alexander.kanavin@linux.intel.com> <1434547172-24620-6-git-send-email-alexander.kanavin@linux.intel.com> In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 05/22] Update libnotify to version 0.7.6 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: Thu, 18 Jun 2015 11:23:45 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 06/17/2015 05:59 PM, Jussi Kukkonen wrote: > 0.6 is the last release that supports GTK+2 and changing this might > annoy people who are avoiding GTK+3 and are using some of the recipes > in meta-oe that depend on libnotify. > > I believe the GTK dependency is only there for tests: Modifying the > build so it doesn't build tests and doesn't depend on GTK should not > be difficult. There is no way to switch off tests building in libnotify, so dropping the gtk3 dependency means developing a custom source patch. I'd rather do that only if there are specific complaints. Alex