From 35a9b25ce659fbf148b405e66be2adf898d50ccb Mon Sep 17 00:00:00 2001 From: "kevino@webkit.org" Date: Sat, 28 Aug 2010 23:01:24 +0000 Subject: [PATCH 1/1] Reviewed by Kevin Ollivier. [BREWMP] Add build system https://bugs.webkit.org/show_bug.cgi?id=44645 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66315 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- ChangeLog | 11 +++++++++++ wscript | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd50d53f1f22..5284f43fbcf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2010-08-27 Kwang Yul Seo + + Reviewed by Kevin Ollivier. + + [BREWMP] Add build system + https://bugs.webkit.org/show_bug.cgi?id=44645 + + Check wxpython option only when build_port is wx. + + * wscript: + 2010-08-27 Lucas De Marchi Unreviewed. Fix compiling dependencies on EFL port due to r65891. diff --git a/wscript b/wscript index 94ac739b5fb5..3a9302ace206 100644 --- a/wscript +++ b/wscript @@ -181,7 +181,7 @@ def configure(conf): for api_file in glob.glob(os.path.join(jscore_dir, 'API/*.h')): shutil.copy(api_file, os.path.join(jscore_out_dir, os.path.basename(api_file))) - if Options.options.wxpython: + if build_port == "wx" and Options.options.wxpython: common_configure(conf) conf.check_tool('swig', tooldir='WebKit/wx/bindings/python') conf.check_swig_version('1.3.29') -- 2.36.0