From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4F78110E313 for ; Tue, 10 Oct 2023 07:06:00 +0000 (UTC) Message-ID: Date: Tue, 10 Oct 2023 12:35:55 +0530 MIME-Version: 1.0 Content-Language: en-US To: Kunal Joshi , igt-dev@lists.freedesktop.org References: <20230926082712.281687-1-kunal1.joshi@intel.com> <20230926082712.281687-3-kunal1.joshi@intel.com> From: "Sharma, Swati2" In-Reply-To: <20230926082712.281687-3-kunal1.joshi@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [PATCH i-g-t 2/2] lib/meson.build: Add igt_dpcd for compilation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Hi Kunal, On 26-Sep-23 1:57 PM, Kunal Joshi wrote: > Added igt_dpcd in meson.build for compilation > > Cc: Bhanuprakash Modem > Signed-off-by: Kunal Joshi > --- > lib/meson.build | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/lib/meson.build b/lib/meson.build > index a7bccafc3..5e62d3eda 100644 > --- a/lib/meson.build > +++ b/lib/meson.build > @@ -24,6 +24,7 @@ lib_sources = [ > 'igt_device_scan.c', > 'igt_drm_clients.h', > 'igt_drm_fdinfo.c', > + 'igt_dpcd.c', Though this is not completely sorted, try to add new entry in sorted manner. > 'igt_aux.c', > 'igt_gt.c', > 'igt_halffloat.c', > @@ -254,6 +255,10 @@ lib_igt_perf_build = static_library('igt_perf', > lib_igt_perf = declare_dependency(link_with : lib_igt_perf_build, > include_directories : inc) > > +lib_igt_dpcd = static_library('igt_dpcd', > + ['igt_dpcd.c'], > + include_directories : inc) > + > scan_dep = [ > glib, > libudev,