From 6779ea02fb07ba39d162300dd18297ba2027846a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sun, 24 Sep 2017 02:29:13 +0300 Subject: Get rid of pkgconfig module --- build2/cc/common.hxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build2/cc/common.hxx') diff --git a/build2/cc/common.hxx b/build2/cc/common.hxx index 5a245ca..3c4b693 100644 --- a/build2/cc/common.hxx +++ b/build2/cc/common.hxx @@ -120,7 +120,6 @@ namespace build2 bool modules; // x.features.modules bool symexport; // x.features.symexport - const process_path* pkgconfig; // pkgconfig.path (can be NULL). const dir_paths& sys_lib_dirs; // x.sys_lib_dirs const dir_paths& sys_inc_dirs; // x.sys_inc_dirs @@ -163,7 +162,6 @@ namespace build2 const strings& std, bool fm, bool fs, - const process_path* pkgc, const dir_paths& sld, const dir_paths& sid, const target_type& src, @@ -180,7 +178,7 @@ namespace build2 tstd (std), modules (fm), symexport (fs), - pkgconfig (pkgc), sys_lib_dirs (sld), sys_inc_dirs (sid), + sys_lib_dirs (sld), sys_inc_dirs (sid), x_src (src), x_mod (mod), x_hdr (hdr), x_inc (inc) {} }; -- cgit v1.1