From ab83d83afed9823716303f99b32a42fa392b4f8c Mon Sep 17 00:00:00 2001 From: "mark@chromium.org" Date: Mon, 2 May 2011 19:26:41 +0000 Subject: Check the ibus version in build script. Patch by Peng Huang BUG=chromium:80972 TEST=Linux desktop Review URL: http://codereview.chromium.org/6893129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83758 0039d316-1c4b-4281-b951-d872f2087c98 --- build/linux/system.gyp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'build/linux') diff --git a/build/linux/system.gyp b/build/linux/system.gyp index 9a160b7..30a3430 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -368,18 +368,21 @@ 'type': 'settings', 'conditions': [ ['use_ibus==1', { + 'variables': { + 'ibus_min_version': '1.3.99.20110425', + }, 'direct_dependent_settings': { 'defines': ['HAVE_IBUS=1'], 'cflags': [ - '= <(ibus_min_version)")', ], }, 'link_settings': { 'ldflags': [ - '= <(ibus_min_version)")', ], 'libraries': [ - '= <(ibus_min_version)")', ], }, }], -- cgit v1.1