From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Mar 2018 07:05:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,376,1517904000"; d="scan'208";a="29924085" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.223]) by orsmga006.jf.intel.com with ESMTP; 29 Mar 2018 07:04:59 -0700 From: Bruce Richardson To: dev@dpdk.org Cc: Bruce Richardson Date: Thu, 29 Mar 2018 15:04:55 +0100 Message-Id: <20180329140457.93034-1-bruce.richardson@intel.com> X-Mailer: git-send-email 2.14.3 Subject: [dpdk-dev] [PATCH 0/2] support building ethtool example using meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Mar 2018 14:05:03 -0000 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