From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mail.openembedded.org (Postfix) with ESMTP id 5C40E7504A for ; Fri, 6 Apr 2018 07:56:35 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Apr 2018 00:56:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,414,1517904000"; d="scan'208";a="41139506" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by orsmga003.jf.intel.com with ESMTP; 06 Apr 2018 00:56:35 -0700 To: Anuj Mittal , openembedded-core@lists.openembedded.org References: <1522989314-7798-1-git-send-email-anuj.mittal@intel.com> From: Alexander Kanavin Message-ID: <286cd012-fba7-7360-90eb-465056b14156@linux.intel.com> Date: Fri, 6 Apr 2018 10:50:13 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1522989314-7798-1-git-send-email-anuj.mittal@intel.com> Subject: Re: [PATCH] atk: make sure that introspection is enabled 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: Fri, 06 Apr 2018 07:56:35 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 04/06/2018 07:35 AM, Anuj Mittal wrote: > Fix the meson flags to make sure that introspection files are built > when it is enabled. This does fix the gtk/gtk3 issues observed on AB in master-next, thanks! Alex