From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 0/2] support building ethtool example using meson Date: Thu, 29 Mar 2018 15:04:55 +0100 Message-ID: <20180329140457.93034-1-bruce.richardson@intel.com> Cc: Bruce Richardson To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id ED5692BD2 for ; Thu, 29 Mar 2018 16:05:02 +0200 (CEST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add support for building the ethtool example as part of a meson build, or separately using the pkgconfig file produced by meson. Bruce Richardson (2): examples/ethtool: add to meson build examples/ethtool: enable build using pkg-config vars examples/ethtool/Makefile | 50 ++++++++++++++++++++++++++++++++++++++++++++ examples/ethtool/meson.build | 13 ++++++++++-- 2 files changed, 61 insertions(+), 2 deletions(-) -- 2.14.3