From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 20052A00C2; Fri, 14 Oct 2022 09:56:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 09DA6410F2; Fri, 14 Oct 2022 09:56:35 +0200 (CEST) Received: from smail.rz.tu-ilmenau.de (smail.rz.tu-ilmenau.de [141.24.186.67]) by mails.dpdk.org (Postfix) with ESMTP id 4E4A5410F1 for ; Fri, 14 Oct 2022 09:56:34 +0200 (CEST) Received: from [192.168.178.20] (unknown [84.174.245.66]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smail.rz.tu-ilmenau.de (Postfix) with ESMTPSA id 14C63580099; Fri, 14 Oct 2022 09:56:34 +0200 (CEST) Message-ID: <8a91ef5e-ebc6-daa2-34b9-a206a16a403f@tu-ilmenau.de> Date: Fri, 14 Oct 2022 09:56:33 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: [PATCH v3 2/2] build: export dpdk_includes for subproject usage. To: Bruce Richardson Cc: dev@dpdk.org, Thorben Roemer References: <20221012144704.77973-1-markus.theil@tu-ilmenau.de> <20221013153537.7891-2-markus.theil@tu-ilmenau.de> Content-Language: en-US From: Markus Theil In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On 10/13/22 18:38, Bruce Richardson wrote: > Rather than changing all these meson.build files, I think we should be able > to check in drivers/meson.build if the "headers" array is empty. If not, > then add the include path, otherwise skip it. Thanks for the feedback. Changed in v4. > /Bruce