Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Issue 524073: Consistently pass through PKG_CONFIG_LIBDIR environment variable (Closed)

Created:
10 years, 11 months ago by cjwatson
Modified:
9 years, 7 months ago
CC:
chromium-os-reviews_googlegroups.com
Visibility:
Public.

Description

Consistently pass through PKG_CONFIG_LIBDIR environment variable PKG_CONFIG_LIBDIR is set by dpkg-buildpackage, and needs to be passed through to pkg-config for successful cross-building.

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M src/common/SConstruct View 1 chunk +3 lines, -2 lines 2 comments Download
M src/platform/theme/SConstruct View 1 chunk +5 lines, -0 lines 0 comments Download
M src/platform/update_engine/SConstruct View 1 chunk +6 lines, -0 lines 0 comments Download
M src/platform/window_manager/SConstruct View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
cjwatson
10 years, 11 months ago (2010-01-08 17:58:41 UTC) #1
tedbo
LGTM One recommendation below: http://codereview.chromium.org/524073/diff/1/2 File src/common/SConstruct (right): http://codereview.chromium.org/524073/diff/1/2#newcode21 src/common/SConstruct:21: # Fix up the pkg-config ...
10 years, 11 months ago (2010-01-08 18:03:24 UTC) #2
cjwatson
10 years, 11 months ago (2010-01-08 18:57:01 UTC) #3
http://codereview.chromium.org/524073/diff/1/2
File src/common/SConstruct (right):

http://codereview.chromium.org/524073/diff/1/2#newcode21
src/common/SConstruct:21: # Fix up the pkg-config path if it is present in the
environment.
On 2010/01/08 18:03:24, tedbo wrote:
> Please fix up the comment as well. Could be:
> 
> # Fix issue with scons not passing pkg-config vars through the environment.

Done for all files. Thanks.

Powered by Google App Engine
This is Rietveld 408576698